From: Roland Hieber Date: Fri, 23 Oct 2009 00:14:09 +0000 (+0200) Subject: make clean also deletes Doxyfile X-Git-Tag: REL_9.10.23~4 X-Git-Url: https://git.rohieb.name/iserv-mod-error-reporter.git/commitdiff_plain/14c178039044c79ef0f4f770c869e73e69ff1c07 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