Current CVS docs producing errors - Mailing list pgsql-docs

From Bruno Wolff III
Subject Current CVS docs producing errors
Date
Msg-id 20030625025232.GA31072@wolff.to
Whole thread Raw
Responses Re: Current CVS docs producing errors  (Rod Taylor <rbt@rbt.ca>)
Re: Current CVS docs producing errors  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-docs
When building postgres.tar.gz I get the following errors:

make -C sgml clean
make[1]: Entering directory `/usr/local/src/postgresql-7.4/pgsql/doc/src/sgml'
rm -f HTML.manifest *.html *.gif
rm -rf *.1 *.l man1 manl manpage.refs manpage.links manpage.log
rm -f *.rtf *.tex-ps *.tex-pdf *.dvi *.aux *.log *.ps *.pdf *.out *.eps *.fot
rm -f HTML.index bookindex.sgml version.sgml features-supported.sgml features-unsupported.sgml
make[1]: Leaving directory `/usr/local/src/postgresql-7.4/pgsql/doc/src/sgml'
make -C sgml html
make[1]: Entering directory `/usr/local/src/postgresql-7.4/pgsql/doc/src/sgml'
/usr/bin/perl /usr/local/share/sgml/stylesheets/docbook/bin/collateindex.pl -f -g -o bookindex.sgml -N
{ \
  echo "<!entity version \"7.4devel\">"; \
  echo "<!entity majorversion \"`expr 7.4devel : '\([0-9][0-9]*\.[0-9][0-9]*\)'`\">"; \
} >version.sgml
/usr/bin/perl ./mk_feature_tables.pl YES ../../../src/backend/catalog/sql_feature_packages.txt
../../../src/backend/catalog/sql_features.txt> features-supported.sgml 
/usr/bin/perl ./mk_feature_tables.pl NO ../../../src/backend/catalog/sql_feature_packages.txt
../../../src/backend/catalog/sql_features.txt> features-unsupported.sgml 
openjade -V draft-mode -D . -c /usr/local/share/sgml/stylesheets/docbook/catalog -d stylesheet.dsl -i output-html -t
sgmlpostgres.sgml 
openjade:datatype.sgml:2611:12:E: document type does not allow element "ROW" here
openjade:datatype.sgml:2616:12:E: document type does not allow element "ROW" here
openjade:datatype.sgml:2621:5:E: document type does not allow element "ROW" here
openjade:datatype.sgml:2625:5:E: document type does not allow element "ROW" here
openjade:datatype.sgml:2629:14:E: end tag for "ROW" omitted, but OMITTAG NO was specified
openjade:datatype.sgml:2625:1: start tag was here
openjade:datatype.sgml:2629:14:E: end tag for "ROW" omitted, but OMITTAG NO was specified
openjade:datatype.sgml:2621:1: start tag was here
openjade:datatype.sgml:2629:14:E: end tag for "ROW" omitted, but OMITTAG NO was specified
openjade:datatype.sgml:2607:1: start tag was here
openjade:perform.sgml:69:19:X: reference to non-existent ID "RUNTIME-CONFIG-OPTIMIZER"
openjade:/usr/local/share/sgml/stylesheets/docbook/html/../common/dbtable.dsl:224:13:E: 2nd argument for primitive
"ancestor"of wrong type: "#<unknown object 145061872>" not a singleton node list 
openjade:/usr/local/share/sgml/stylesheets/docbook/html/dblink.dsl:203:1:E: XRef LinkEnd to missing ID
'RUNTIME-CONFIG-OPTIMIZER'
make[1]: *** [html] Error 1
make[1]: Leaving directory `/usr/local/src/postgresql-7.4/pgsql/doc/src/sgml'
make: *** [postgres.tar] Error 2

pgsql-docs by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [PATCHES] Synopsis inconsistencies
Next
From: Rod Taylor
Date:
Subject: Re: Current CVS docs producing errors