Tue Apr 28 07:33:13 PDT 2009
- Previous message: [Slony1-commit] slony1-engine/tools/altperl slon-tools.pm
- Next message: [Slony1-commit] slony1-engine RELEASE
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Update of /home/cvsd/slony1/slony1-engine/doc/adminguide
In directory main.slony.info:/tmp/cvs-serv27197
Modified Files:
Tag: REL_2_0_STABLE
Makefile
Log Message:
Fix up makefile per comments from Peter Eisentraut
Index: Makefile
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/doc/adminguide/Makefile,v
retrieving revision 1.20.2.2
retrieving revision 1.20.2.3
diff -C2 -d -r1.20.2.2 -r1.20.2.3
*** Makefile 16 Apr 2009 16:11:35 -0000 1.20.2.2
--- Makefile 28 Apr 2009 14:33:11 -0000 1.20.2.3
***************
*** 77,85 ****
ifdef docdir
for file in man1/*.1; do \
! $(INSTALL_DATA) $$file $(DESTDIR)$(mandir)/man1/$$file || exit;\
done
for file in man7/*.7; do \
! echo $$file \
! $(INSTALL_DATA) $$file $(DESTDIR)$(mandir)/man7/$$file || exit;\
done
for file in $(wildcard *.html) stylesheet.css ; do \
--- 77,85 ----
ifdef docdir
for file in man1/*.1; do \
! $(INSTALL_DATA) $$file $(DESTDIR)$(mandir)/$$file || exit;\
done
for file in man7/*.7; do \
! echo $$file; \
! $(INSTALL_DATA) "$$file" $(DESTDIR)$(mandir)/$$file || exit;\
done
for file in $(wildcard *.html) stylesheet.css ; do \
- Previous message: [Slony1-commit] slony1-engine/tools/altperl slon-tools.pm
- Next message: [Slony1-commit] slony1-engine RELEASE
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list