From 5db3d2fe63941be9e3933abc9e1536eb83273af9 Mon Sep 17 00:00:00 2001 From: Nikolaus Schulz Date: Thu, 8 Nov 2007 18:23:15 +0000 Subject: Makefile: made the htdocs rule a little bit more intelligent. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3