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

Added Files:
-----------
    slony1-engine/tools:
        Makefile (r1.1)
    slony1-engine/tools/altperl:
        Makefile (r1.1)

-------------- next part --------------
--- /dev/null
+++ tools/Makefile
@@ -0,0 +1,34 @@
+# ----------
+# Makefile for doc
+#
+#	Copyright (c) 2003-2004, PostgreSQL Global Development Group
+#	Author: Jan Wieck, Afilias USA INC.
+#
+#	$Id: Makefile,v 1.1 2004/07/26 19:05:16 xfade Exp $
+# ----------
+
+slony_subdir = tools
+slony_top_builddir = ..
+include $(slony_top_builddir)/Makefile.global
+
+SUBDIRS = altperl
+
+DISTFILES = Makefile slony_setup.pl
+
+all install installdirs:
+
+clean distclean maintainer-clean:
+	for subdir in $(SUBDIRS) ; do \
+		$(MAKE) -C $$subdir $@ ; \
+	done
+
+
+distdir: $(DISTFILES)
+	mkdir $(distdir)/$(subdir)
+	-chmod 777 $(distdir)/$(subdir)
+	for file in $(DISTFILES) ; do \
+		cp $$file $(distdir)/$(subdir)/$$file ; \
+	done
+	for subdir in $(SUBDIRS) ; do \
+		$(MAKE) -C $$subdir distdir ; \
+	done
--- /dev/null
+++ tools/altperl/Makefile
@@ -0,0 +1,23 @@
+# ----------
+# Makefile for the HOWTOs
+#
+#	Copyright (c) 2003-2004, PostgreSQL Global Development Group
+#       $Id: Makefile,v 1.1 2004/07/26 19:05:24 xfade Exp $
+#
+# ----------
+
+slony_subdir = tools/altperl
+slony_top_builddir = ../..
+include $(slony_top_builddir)/Makefile.global
+
+DISTFILES = Makefile ToDo README $(wildcard *.pl*) $(wildcard *.pm*) $(wildcard *.env*)
+
+distdir: $(DISTFILES)
+	mkdir $(distdir)/$(subdir)
+	-chmod 777 $(distdir)/$(subdir)
+	for file in $(DISTFILES) ; do \
+      cp $$file $(distdir)/$(subdir)/$$file ; \
+    done
+
+clean distclean maintainer-clean:
+


More information about the Slony1-commit mailing list