CVS User Account cvsuser
Fri Aug 4 00:53:32 PDT 2006
Log Message:
-----------
Add clean target to Makefile. Since we now exit on errors, make clean failed because we did not have a clean target.

Modified Files:
--------------
    slony1-engine/doc/howto:
        Makefile (r1.10 -> r1.11)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/doc/howto/Makefile,v
retrieving revision 1.10
retrieving revision 1.11
diff -Ldoc/howto/Makefile -Ldoc/howto/Makefile -u -w -r1.10 -r1.11
--- doc/howto/Makefile
+++ doc/howto/Makefile
@@ -31,3 +31,5 @@
 	  $(INSTALL_DATA) $$file $(DESTDIR)$(docdir)/howto || exit; \
 	done
 endif
+
+clean:



More information about the Slony1-commit mailing list