CVS User Account cvsuser
Wed Jul 21 17:52:23 PDT 2004
Log Message:
-----------
Add clean target to makefile, make clean fails if it is not included.

Modified Files:
--------------
    slony1-engine/doc/howto:
        Makefile (r1.1 -> r1.2)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/doc/howto/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -Ldoc/howto/Makefile -Ldoc/howto/Makefile -u -w -r1.1 -r1.2
--- doc/howto/Makefile
+++ doc/howto/Makefile
@@ -18,3 +18,5 @@
       cp $$file $(distdir)/$(subdir)/$$file ; \
     done
 
+clean:
+


More information about the Slony1-commit mailing list