Makefile: made the htdocs rule a little bit more intelligent.

This commit is contained in:
Nikolaus Schulz 2007-11-08 18:23:15 +00:00
parent c19a9873b0
commit 5db3d2fe63
1 changed files with 2 additions and 1 deletions

View File

@ -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