diff options
author | Nikolaus Schulz <microschulz@web.de> | 2007-11-08 18:23:15 +0000 |
---|---|---|
committer | Nikolaus Schulz <microschulz@web.de> | 2007-11-08 18:23:15 +0000 |
commit | 5db3d2fe63941be9e3933abc9e1536eb83273af9 (patch) | |
tree | 362aff197b341c091fc56e45803ab6b2dc2f7574 /Makefile | |
parent | c19a9873b0a995e8321e383b28ebd06aa9c1d6f4 (diff) | |
download | archivemail-5db3d2fe63941be9e3933abc9e1536eb83273af9.tar.gz archivemail-5db3d2fe63941be9e3933abc9e1536eb83273af9.tar.bz2 archivemail-5db3d2fe63941be9e3933abc9e1536eb83273af9.zip |
Makefile: made the htdocs rule a little bit more intelligent.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |