Tue Dec 21 17:44:50 PST 2004
- Previous message: [Slony1-commit] By darcyb: Convert book to parts + chapters
- Next message: [Slony1-commit] By cbbrowne: Moved preamble material a bit to indicate that echo can't
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message:
-----------
use the correct dsl when building docs
Modified Files:
--------------
slony1-engine/doc/adminguide:
Makefile (r1.6 -> r1.7)
filelist.sgml (r1.5 -> r1.6)
stylesheet.css (r1.1 -> r1.2)
stylesheet.dsl (r1.1 -> r1.2)
-------------- next part --------------
Index: stylesheet.css
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/doc/adminguide/stylesheet.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -Ldoc/adminguide/stylesheet.css -Ldoc/adminguide/stylesheet.css -u -w -r1.1 -r1.2
--- doc/adminguide/stylesheet.css
+++ doc/adminguide/stylesheet.css
@@ -1,4 +1,5 @@
/* $PostgreSQL: pgsql/doc/src/sgml/stylesheet.css,v 1.7 2004/06/29 20:44:34 petere Exp $ */
+/* $Id$ */
/* color scheme similar to www.postgresql.org */
Index: Makefile
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/doc/adminguide/Makefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -Ldoc/adminguide/Makefile -Ldoc/adminguide/Makefile -u -w -r1.6 -r1.7
--- doc/adminguide/Makefile
+++ doc/adminguide/Makefile
@@ -17,7 +17,7 @@
GENERATED_SGML = bookindex.sgml version.sgml
-ALLSGML := $(wildcard $(srcdir)/*.sgml $(GENERATED_SGML))
+ALLSGML = $(wildcard $(srcdir)/*.sgml) $(GENERATED_SGML)
ifdef DOCBOOKSTYLE
CATALOG = -c $(DOCBOOKSTYLE)/catalog
@@ -62,7 +62,7 @@
else
html: slony.sgml $(ALLSGML) stylesheet.dsl
@rm -f *.html
- $(JADE) $(JADEFLAGS) $(SGMLINCLUDE) $(CATALOG) -d mysheet.dsl -ioutput-html -t sgml $<
+ $(JADE) $(JADEFLAGS) $(SGMLINCLUDE) $(CATALOG) -d stylesheet.dsl -ioutput-html -t sgml $<
ifeq ($(vpath_build), yes)
@cp $(srcdir)/stylesheet.css .
endif
Index: stylesheet.dsl
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/doc/adminguide/stylesheet.dsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -Ldoc/adminguide/stylesheet.dsl -Ldoc/adminguide/stylesheet.dsl -u -w -r1.1 -r1.2
--- doc/adminguide/stylesheet.dsl
+++ doc/adminguide/stylesheet.dsl
@@ -1,4 +1,4 @@
-<!-- $ID$ -->
+<!-- $Id$ -->
<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
<!-- must turn on one of these with -i on the jade command line -->
@@ -174,6 +174,7 @@
(define %root-filename% "index")
(define %link-mailto-url% (string-append "mailto:" slony-list))
(define %use-id-as-filename% #t)
+(define %html-manifest% #t)
(define %stylesheet% "stylesheet.css")
(define %graphic-default-extension% "gif")
(define %gentext-nav-use-ff% #t)
Index: filelist.sgml
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/doc/adminguide/filelist.sgml,v
retrieving revision 1.5
retrieving revision 1.6
diff -Ldoc/adminguide/filelist.sgml -Ldoc/adminguide/filelist.sgml -u -w -r1.5 -r1.6
--- doc/adminguide/filelist.sgml
+++ doc/adminguide/filelist.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/filelist.sgml,v 1.40 2004/12/03 05:50:18 momjian Exp $ -->
+<!-- $Id$ -->
<!entity intro SYSTEM "intro.sgml">
<!entity prerequisites SYSTEM "prerequisites.sgml">
- Previous message: [Slony1-commit] By darcyb: Convert book to parts + chapters
- Next message: [Slony1-commit] By cbbrowne: Moved preamble material a bit to indicate that echo can't
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list