Thu Feb 19 10:42:21 PST 2009
- Previous message: [Slony1-hackers] Slony 2.0.0 - Man page build issues
- Next message: [Slony1-hackers] Slony 2.0.0 - Man page build issues
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Devrim GÜNDÜZ <devrim at gunduz.org> writes: > Hi Chris, > > On Thu, 2009-02-19 at 12:45 -0500, Christopher Browne wrote: >> I think I like better the notion of renaming the <refentrytitle> value >> to include the word SLONIK. Given that, we get the following, which >> resolves the conflicts pretty clearly: >> >> chris at dba2:CMD/slony1-2.0/doc/adminguide> ls -w 80 man7 > <snip> > > Yeah, let's go for it then. It would also be good to solve the first > issue that I reported at the beginning of the thread. I'm under pressure > to add this package to Fedora and Red Hat (EPEL) repositories. Committed. I still have outstanding the possible change to the Makefile; how do you like this? Index: Makefile =================================================================== RCS file: /home/cvsd/slony1/slony1-engine/doc/adminguide/Makefile,v retrieving revision 1.20 diff -c -r1.20 Makefile *** Makefile 25 Feb 2008 15:37:58 -0000 1.20 --- Makefile 19 Feb 2009 18:41:35 -0000 *************** *** 74,87 **** install: installdirs ifdef docdir ! for file in $(wildcard $(srcdir)/*.sgml) ; do \ ! $(INSTALL_DATA) $$file $(DESTDIR)$(docdir)/sgml || exit; \ done ! for file in $(wildcard man1/*) ; do \ ! $(INSTALL_DATA) $$file $(DESTDIR)$(mandir)/man1 || exit;\ ! done ! for file in $(wildcard man7/*) ; do \ ! $(INSTALL_DATA) $$file $(DESTDIR)$(mandir)/man7 || exit;\ done for file in $(wildcard *.html) stylesheet.css ; do \ $(INSTALL_DATA) $$file $(DESTDIR)$(docdir)/html || exit;\ --- 74,85 ---- install: installdirs 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 \ $(INSTALL_DATA) $$file $(DESTDIR)$(docdir)/html || exit;\ -- select 'cbbrowne' || '@' || 'cbbrowne.com'; http://www3.sympatico.ca/cbbrowne/spiritual.html Rules of the Evil Overlord #108. "Any and all magic and/or technology that can miraculously resurrect a secondary character who has given up his/her life through self sacrifice will be outlawed and destroyed." <http://www.eviloverlord.com/>
- Previous message: [Slony1-hackers] Slony 2.0.0 - Man page build issues
- Next message: [Slony1-hackers] Slony 2.0.0 - Man page build issues
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-hackers mailing list