CVS User Account cvsuser
Wed Oct 5 20:50:21 PDT 2005
Log Message:
-----------
The attached patch fixes/implements html help generation.
[Andreas Pflug]

Modified Files:
--------------
    slony1-engine/doc/adminguide:
        Makefile (r1.14 -> r1.15)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/doc/adminguide/Makefile,v
retrieving revision 1.14
retrieving revision 1.15
diff -Ldoc/adminguide/Makefile -Ldoc/adminguide/Makefile -u -w -r1.14 -r1.15
--- doc/adminguide/Makefile
+++ doc/adminguide/Makefile
@@ -208,7 +208,10 @@
 	      -e '1a\' -e '<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">' \
 	  >$@
 
-testxml: stylesheet.xsl postgres.xml
+testxml: stylesheet.xsl slony.xml
+	$(XSLTPROC) $(XSLTPROCFLAGS) --stringparam pg.version '$(VERSION)' $^
+
+htmlhelp: stylesheet-hh.xsl slony.xml
 	$(XSLTPROC) $(XSLTPROCFLAGS) --stringparam pg.version '$(VERSION)' $^
 
 


More information about the Slony1-commit mailing list