summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLeonid Volnitsky <Leonid@Volnitsky.com>2008-12-18 20:47:16 +0200
committerLeonid Volnitsky <Leonid@Volnitsky.com>2008-12-18 20:47:16 +0200
commitddb033fbe1737a4afc026284522d60dc13def5ca (patch)
tree1f13f6773403c1a14b957862e422a0dc5169ad11 /Makefile
parentfixed: file list tunctation on esc (diff)
downloadgit-prompt-ddb033fbe1737a4afc026284522d60dc13def5ca.tar.gz
git-prompt-ddb033fbe1737a4afc026284522d60dc13def5ca.tar.bz2
git-prompt-ddb033fbe1737a4afc026284522d60dc13def5ca.zip
-- docs, spelling
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 5c3a39b..9135ccc 100644
--- a/Makefile
+++ b/Makefile
@@ -6,19 +6,19 @@ tgit:
xclip -i git-demo
echo "ready to paste ..."
-DESTDIR ?= /tmp/html-lopti
+WEB_DESTDIR ?= /tmp/html-lopti
ASCIIDOC ?= asciidoc
-show: install
- firefox $(DESTDIR)/index.html
+show: web_install
+ firefox $(WEB_DESTDIR)/index.html
index.html: index.txt
$(ASCIIDOC) -o $@ $<
-install: index.html *.png
- mkdir -p $(DESTDIR)
- cp -uv $^ $(DESTDIR)
+web_install: index.html *.png
+ mkdir -p $(WEB_DESTDIR)
+ cp -uv $^ $(WEB_DESTDIR)
clean:
rm -f *.html