Fri Oct 6 11:17:12 PDT 2006
- Previous message: [Slony1-commit] By cbbrowne: Have uniquely logshipping-related queries write to
- Next message: [Slony1-commit] By cbbrowne: Add documentation for slony1_extract_schema.sh tool
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message:
-----------
Bug #1572 - need to add in sqlmansect
Modified Files:
--------------
slony1-engine/makefiles:
Makefile.aix (r1.8 -> r1.9)
Makefile.freebsd (r1.6 -> r1.7)
Makefile.linux (r1.5 -> r1.6)
Makefile.openbsd (r1.6 -> r1.7)
Makefile.solaris (r1.5 -> r1.6)
Makefile.win32 (r1.6 -> r1.7)
-------------- next part --------------
Index: Makefile.win32
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/makefiles/Makefile.win32,v
retrieving revision 1.6
retrieving revision 1.7
diff -Lmakefiles/Makefile.win32 -Lmakefiles/Makefile.win32 -u -w -r1.6 -r1.7
--- makefiles/Makefile.win32
+++ makefiles/Makefile.win32
@@ -36,3 +36,5 @@
win32ver.o: win32ver.rc
windres -i win32ver.rc -o win32ver.o --include-dir=$(slony_top_builddir)
rm -f win32ver.rc
+
+sqlmansect = 7
\ No newline at end of file
Index: Makefile.freebsd
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/makefiles/Makefile.freebsd,v
retrieving revision 1.6
retrieving revision 1.7
diff -Lmakefiles/Makefile.freebsd -Lmakefiles/Makefile.freebsd -u -w -r1.6 -r1.7
--- makefiles/Makefile.freebsd
+++ makefiles/Makefile.freebsd
@@ -29,3 +29,5 @@
%.o: %.c
$(CC) $(CPPFLAGS) $(CFLAGS) -c -o $@ $<
+
+sqlmansect = 7
\ No newline at end of file
Index: Makefile.solaris
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/makefiles/Makefile.solaris,v
retrieving revision 1.5
retrieving revision 1.6
diff -Lmakefiles/Makefile.solaris -Lmakefiles/Makefile.solaris -u -w -r1.5 -r1.6
--- makefiles/Makefile.solaris
+++ makefiles/Makefile.solaris
@@ -22,3 +22,5 @@
%.so: %.o
$(LD) -G -Bdynamic -o $@ $<
+
+sqlmansect = 7
\ No newline at end of file
Index: Makefile.openbsd
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/makefiles/Makefile.openbsd,v
retrieving revision 1.6
retrieving revision 1.7
diff -Lmakefiles/Makefile.openbsd -Lmakefiles/Makefile.openbsd -u -w -r1.6 -r1.7
--- makefiles/Makefile.openbsd
+++ makefiles/Makefile.openbsd
@@ -31,3 +31,4 @@
%.o: %.c
$(CC) $(CFLAGS) $(CPPFLAGS) -c -o $@ $<
+sqlmansect = 7
\ No newline at end of file
Index: Makefile.linux
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/makefiles/Makefile.linux,v
retrieving revision 1.5
retrieving revision 1.6
diff -Lmakefiles/Makefile.linux -Lmakefiles/Makefile.linux -u -w -r1.5 -r1.6
--- makefiles/Makefile.linux
+++ makefiles/Makefile.linux
@@ -16,3 +16,5 @@
%.o: %.c
$(CC) $(CFLAGS) $(CPPFLAGS) -c -o $@ $<
+
+sqlmansect = 7
\ No newline at end of file
Index: Makefile.aix
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/makefiles/Makefile.aix,v
retrieving revision 1.8
retrieving revision 1.9
diff -Lmakefiles/Makefile.aix -Lmakefiles/Makefile.aix -u -w -r1.8 -r1.9
--- makefiles/Makefile.aix
+++ makefiles/Makefile.aix
@@ -36,3 +36,5 @@
%$(DLSUFFIX): %.o %$(EXPSUFF)
@echo Making shared library $@ from $<, $*$(EXPSUFF) and postgres.imp
$(CC) $(LDFLAGS_SL) -o $@ $< -Wl,-bI:$(POSTGRES_IMP) -Wl,-bE:$(NAME)$(EXPSUFF) $(LIBS)
+
+sqlmansect = 7
\ No newline at end of file
- Previous message: [Slony1-commit] By cbbrowne: Have uniquely logshipping-related queries write to
- Next message: [Slony1-commit] By cbbrowne: Add documentation for slony1_extract_schema.sh tool
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list