aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNikolaus Schulz <microschulz@web.de>2007-11-08 18:09:45 +0000
committerNikolaus Schulz <microschulz@web.de>2007-11-08 18:09:45 +0000
commitc19a9873b0a995e8321e383b28ebd06aa9c1d6f4 (patch)
tree36f6ac7f552f0137d0b2d1bce610681a10bb00d7 /Makefile
parent796f60f8c8b1dc1b0ca4e47a68f7b28a3a59d14b (diff)
downloadarchivemail-c19a9873b0a995e8321e383b28ebd06aa9c1d6f4.tar.gz
archivemail-c19a9873b0a995e8321e383b28ebd06aa9c1d6f4.tar.bz2
archivemail-c19a9873b0a995e8321e383b28ebd06aa9c1d6f4.zip
Makefile: declare phony targets.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 76cdbfb..fd92bcf 100644
--- a/Makefile
+++ b/Makefile
@@ -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