moved db_user calls from includes to actual script, buggy when included from navigation
[iserv-mod-room-reservation.git] / Makefile
index 3c4bd8a..41d1775 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -128,7 +128,7 @@ uninstall:
 
 # clean up
 clean: distclean
-       rm Doxyfile
+       if [ -e Doxyfile ]; then rm Doxyfile; fi
 
 distclean:
        $(RM) doc/source
This page took 0.020147 seconds and 4 git commands to generate.