make clean also deletes Doxyfile
authorRoland Hieber <devnull@localhost>
Thu, 22 Oct 2009 23:55:54 +0000 (01:55 +0200)
committerRoland Hieber <devnull@localhost>
Thu, 22 Oct 2009 23:55:54 +0000 (01:55 +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.025255 seconds and 4 git commands to generate.