make clean also deletes Doxyfile
authorRoland Hieber <devnull@localhost>
Fri, 23 Oct 2009 00:14:09 +0000 (02:14 +0200)
committerRoland Hieber <devnull@localhost>
Fri, 23 Oct 2009 00:14:09 +0000 (02:14 +0200)
.hgignore
Makefile

index 0e618cd..55b7288 100644 (file)
--- a/.hgignore
+++ b/.hgignore
@@ -5,3 +5,4 @@ inc/config.inc
 debian/files
 debian/iserv-mod-error-reporter
 .buildpath
+Doxyfile
index a555f54..3b25f0f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -128,6 +128,7 @@ endif
 
 # clean up
 clean: distclean
+       [ -e Doxyfile ] && rm Doxyfile
 
 distclean:
        $(RM) doc/source
This page took 0.027762 seconds and 4 git commands to generate.