CVS User Account cvsuser
Mon Sep 26 18:01:38 PDT 2005
Log Message:
-----------


Don't remove README each time we do make clean ;)

Modified Files:
--------------
    slony1-engine/doc/adminguide:
        Makefile (r1.13 -> r1.14)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/doc/adminguide/Makefile,v
retrieving revision 1.13
retrieving revision 1.14
diff -Ldoc/adminguide/Makefile -Ldoc/adminguide/Makefile -u -w -r1.13 -r1.14
--- doc/adminguide/Makefile
+++ doc/adminguide/Makefile
@@ -235,7 +235,7 @@
 # index
 	rm -f HTML.index $(GENERATED_SGML)
 # text
-	rm -f INSTALL HISTORY README
+	rm -f INSTALL HISTORY
 
 BASEDIR=$(slony_top_builddir)/src/backend
 BASESQL=$(BASEDIR)/slony1_base.sql


More information about the Slony1-commit mailing list