summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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)