summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 5 insertions, 5 deletions
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)