1
0
Fork 0
mirror of https://git.code.sf.net/p/archivemail/code synced 2025-01-03 05:34:58 +00:00

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

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