From: Roland Hieber Date: Thu, 22 Oct 2009 23:55:54 +0000 (+0200) Subject: make clean also deletes Doxyfile X-Git-Tag: REL_9.10.23^2 X-Git-Url: https://git.rohieb.name/iserv-mod-error-reporter.git/commitdiff_plain/052712d861d2807e0672313c91fda3863cbd5f64 make clean also deletes Doxyfile --- diff --git a/.hgignore b/.hgignore index 0e618cd..55b7288 100644 --- a/.hgignore +++ b/.hgignore @@ -5,3 +5,4 @@ inc/config.inc debian/files debian/iserv-mod-error-reporter .buildpath +Doxyfile diff --git a/Makefile b/Makefile index a555f54..3b25f0f 100644 --- a/Makefile +++ b/Makefile @@ -128,6 +128,7 @@ endif # clean up clean: distclean + [ -e Doxyfile ] && rm Doxyfile distclean: $(RM) doc/source