summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLeonid Volnitsky <Leonid@Volnitsky.com>2008-12-22 19:31:17 +0200
committerLeonid Volnitsky <Leonid@Volnitsky.com>2008-12-22 19:31:17 +0200
commit6acec9f97cf3bc4e364a3a6b5fdf90eddc4d1dff (patch)
tree24241e6d8bd9c0bddf14f2a7b90cf047e116333f /Makefile
parent-- docs / make (diff)
downloadgit-prompt-6acec9f97cf3bc4e364a3a6b5fdf90eddc4d1dff.tar.gz
git-prompt-6acec9f97cf3bc4e364a3a6b5fdf90eddc4d1dff.tar.bz2
git-prompt-6acec9f97cf3bc4e364a3a6b5fdf90eddc4d1dff.zip
-- docs
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b946162..74b73e8 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@ show: web_install
index.html: index.txt
$(ASCIIDOC) -o $@ $<
-web_install: index.html *.png
+web_install: index.html *.png git-prompt.sh
mkdir -p $(WEB_DESTDIR)
cp -uv $^ $(WEB_DESTDIR)