test data for IServ2 update script
[iserv-mod-room-reservation.git] / Makefile
index cb25947..41d1775 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -128,9 +128,10 @@ uninstall:
 
 # clean up
 clean: distclean
-  rm Doxyfile
+       if [ -e Doxyfile ]; then rm Doxyfile; fi
 
 distclean:
        $(RM) doc/source
 
 .PHONY: clean distclean install
+
This page took 0.026108 seconds and 4 git commands to generate.