aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fd92bcf..1e59d7a 100644
--- a/Makefile
+++ b/Makefile
@@ -48,7 +48,8 @@ upload:
doc: archivemail.1 archivemail.html
-htdocs: index.html archivemail.html RELNOTES style.css manpage.css
+htdocs: $(HTDOCS).tgz
+$(HTDOCS).tgz: index.html archivemail.html RELNOTES style.css manpage.css
install -d -m 775 $(HTDOCS)
install -m 664 $^ $(HTDOCS)
cd $(HTDOCS) && mv archivemail.html manpage.html