From 646ca93318631d89fb22d4c26ba1a60eaca2c204 Mon Sep 17 00:00:00 2001 From: Leonid Volnitsky Date: Fri, 13 Mar 2009 21:09:18 +0200 Subject: external config Squashed commit of the following: commit d2dd640947b803bfd0df4c68b841457ce543995d Author: Leonid Volnitsky Date: Wed Mar 11 21:29:49 2009 +0200 -- if max_file_list_lenght==0 (disabled), then do not display "..." commit 4dc94f9668b797142cbd525d2fc9137f615bc2db Author: Leonid Volnitsky Date: Wed Mar 11 21:19:09 2009 +0200 -- switch git_module works commit 7d7d3e1996d6834f2cccc900ac5bc626ff2ce6bb Author: Leonid Volnitsky Date: Sun Mar 8 19:41:47 2009 +0200 -- colors are working commit f1a8382bd7c4b2b1c27fc9908efa54f74290f06a Merge: 876c85e 4a8777a Author: Leonid Volnitsky Date: Sun Mar 8 18:25:52 2009 +0200 Merge branch 'master' into config Conflicts: index.txt commit 876c85e87090c7de5740538666bdf558e30923b9 Author: Leonid Volnitsky Date: Fri Feb 20 13:44:52 2009 +0200 -- conf --- Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 74b73e8..6e77d63 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ -#install: -# cp git-prompt.sh /etc/ -# [ -s /etc/prompt ] || ln -sf /etc/git-prompt.sh /etc/prompt +install: + cp -v git-prompt.{sh,conf} /etc/ + tgit: xclip -i git-demo echo "ready to paste ..." @@ -10,13 +10,13 @@ WEB_DESTDIR ?= /tmp/html ASCIIDOC ?= asciidoc -show: web_install +show: localweb firefox $(WEB_DESTDIR)/index.html index.html: index.txt $(ASCIIDOC) -o $@ $< -web_install: index.html *.png git-prompt.sh +localweb: index.html *.png git-prompt.sh mkdir -p $(WEB_DESTDIR) cp -uv $^ $(WEB_DESTDIR) -- cgit v1.2.3