diff options
author | Nikolaus Schulz <microschulz@web.de> | 2007-11-08 18:09:45 +0000 |
---|---|---|
committer | Nikolaus Schulz <microschulz@web.de> | 2007-11-08 18:09:45 +0000 |
commit | c19a9873b0a995e8321e383b28ebd06aa9c1d6f4 (patch) | |
tree | 36f6ac7f552f0137d0b2d1bce610681a10bb00d7 | |
parent | 796f60f8c8b1dc1b0ca4e47a68f7b28a3a59d14b (diff) | |
download | archivemail-c19a9873b0a995e8321e383b28ebd06aa9c1d6f4.tar.gz archivemail-c19a9873b0a995e8321e383b28ebd06aa9c1d6f4.tar.bz2 archivemail-c19a9873b0a995e8321e383b28ebd06aa9c1d6f4.zip |
Makefile: declare phony targets.
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -62,3 +62,5 @@ archivemail.html: archivemail.sgml db2html.dsl docbook2html --dsl db2html.dsl -u archivemail.sgml chmod 644 archivemail.html tidy -modify -indent -f /dev/null archivemail.html || true + +.PHONY: clean test clobber sdist tag upload doc htdocs |