diff options
author | Thomas G. Lockhart <lockhart@fourpalms.org> | 1999-06-01 17:26:18 +0000 |
---|---|---|
committer | Thomas G. Lockhart <lockhart@fourpalms.org> | 1999-06-01 17:26:18 +0000 |
commit | 8593e1ff0904422e75b88165343afba0153606e7 (patch) | |
tree | 8b41ecf5343b8da8582cc98a2c764712a27fb01c /doc/src/sgml/postgres.sgml | |
parent | bbf37e947793f70986dcd4defad33b0e0c7facf7 (diff) |
Make sure that only one intro is included in the integrated doc.
Multiple intros cause trouble since they have some section elements
(e.g. "y2k.sgml") in common leading to duplicate labels.
Include emacs formatting hints in the intro*.sgml sources.
Diffstat (limited to 'doc/src/sgml/postgres.sgml')
-rw-r--r-- | doc/src/sgml/postgres.sgml | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/doc/src/sgml/postgres.sgml b/doc/src/sgml/postgres.sgml index 01470c6f9e7..4e85530a79d 100644 --- a/doc/src/sgml/postgres.sgml +++ b/doc/src/sgml/postgres.sgml @@ -1,11 +1,17 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/postgres.sgml,v 1.25 1999/05/27 15:49:08 thomas Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/postgres.sgml,v 1.26 1999/06/01 17:26:18 thomas Exp $ Postgres integrated documentation. Other subset docs should be copied and shrunk from here. thomas 1998-02-23 $Log: postgres.sgml,v $ +Revision 1.26 1999/06/01 17:26:18 thomas +Make sure that only one intro is included in the integrated doc. +Multiple intros cause trouble since they have some section elements + (e.g. "y2k.sgml") in common leading to duplicate labels. +Include emacs formatting hints in the intro*.sgml sources. + Revision 1.25 1999/05/27 15:49:08 thomas Markup fixes. Update for v6.5 release. @@ -293,7 +299,12 @@ Your name here... Installation and maintenance information. </Para> </PartIntro> +<!-- + Disable these extra intro chapters since some elements (e.g. y2k + statement) are included in the first intro.sgml and cause errors if + included twice. &intro-ag; +--> &ports; &config; &layout; @@ -315,7 +326,12 @@ Your name here... Information for extending <ProductName>Postgres</ProductName>. </Para> </PartIntro> +<!-- + Disable these extra intro chapters since some elements (e.g. y2k + statement) are included in the first intro.sgml and cause errors if + included twice. &intro-pg; +--> &arch-pg; &extend; &xfunc; |