CVS User Account cvsuser
Mon Jul 26 19:03:46 PDT 2004
Log Message:
-----------
Add tools to dist.

Modified Files:
--------------
    slony1-engine:
        GNUmakefile.in (r1.11 -> r1.12)

-------------- next part --------------
Index: GNUmakefile.in
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/GNUmakefile.in,v
retrieving revision 1.11
retrieving revision 1.12
diff -LGNUmakefile.in -LGNUmakefile.in -u -w -r1.11 -r1.12
--- GNUmakefile.in
+++ GNUmakefile.in
@@ -26,19 +26,19 @@
 
 
 all:
-	for subdir in src doc ; do \
+	for subdir in src doc tools ; do \
 	  $(MAKE) -C $$subdir $@ || exit; \
     done && \
 	echo "All of Slony-I is successfully made. Ready to install"
 
 install	installdirs:
-	for subdir in src doc ; do \
+	for subdir in src doc tools ; do \
 	  $(MAKE) -C $$subdir $@ || exit; \
     done && \
 	echo "All of Slony-I is successfully installed"
 
 clean:
-	for subdir in src doc ; do \
+	for subdir in src doc tools ; do \
 	  $(MAKE) -C $$subdir $@ ; \
     done
 
@@ -67,7 +67,7 @@
 	for file in $(DISTFILES) ; do \
       cp $$file $(distdir)/$$file ; \
     done
-	for subdir in src doc ; do \
+	for subdir in src doc tools ; do \
 	  $(MAKE) -C $$subdir distdir ; \
     done
 


More information about the Slony1-commit mailing list