summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLeonid Volnitsky <Leonid@Volnitsky.com>2008-12-01 20:54:46 +0200
committerLeonid Volnitsky <Leonid@Volnitsky.com>2008-12-01 20:55:20 +0200
commitf7103bc2a4c5845a3d66f2f590630cc50e3b4643 (patch)
tree0ebb7dae94d1bf4eccf00a44c55461f5362b19c7 /Makefile
parent-- (diff)
downloadgit-prompt-f7103bc2a4c5845a3d66f2f590630cc50e3b4643.tar.gz
git-prompt-f7103bc2a4c5845a3d66f2f590630cc50e3b4643.tar.bz2
git-prompt-f7103bc2a4c5845a3d66f2f590630cc50e3b4643.zip
--
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile28
1 files changed, 19 insertions, 9 deletions
diff --git a/Makefile b/Makefile
index 245101f..5c3a39b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,14 +1,24 @@
-install:
- cp git-prompt.sh /etc/
- [ -s /etc/prompt ] || ln -sf /etc/git-prompt.sh /etc/prompt
-
-clean:
- git clean -df
+#install:
+# cp git-prompt.sh /etc/
+# [ -s /etc/prompt ] || ln -sf /etc/git-prompt.sh /etc/prompt
tgit:
xclip -i git-demo
echo "ready to paste ..."
-release: install
- git tag $(shell git tag -l | awk -F. 'END{printf "%s.%s\n", $$1,$$2+1}')
- git push
+DESTDIR ?= /tmp/html-lopti
+ASCIIDOC ?= asciidoc
+
+
+show: install
+ firefox $(DESTDIR)/index.html
+
+index.html: index.txt
+ $(ASCIIDOC) -o $@ $<
+
+install: index.html *.png
+ mkdir -p $(DESTDIR)
+ cp -uv $^ $(DESTDIR)
+
+clean:
+ rm -f *.html