Re: docbook problem - Mailing list pgsql-docs

From Bruce Momjian
Subject Re: docbook problem
Date
Msg-id 200105242134.f4OLYQv08260@candle.pha.pa.us
Whole thread Raw
In response to Re: docbook problem  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: docbook problem  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-docs
> Bruce Momjian writes:
>
> > I get the following output from:
> >
> >     gmake programmer.html
> >
> > I am missing something?  Configure says I don't have DocBook V3.1.  Any
> > idea how I configure that with OpenJade?
>
> Set the environment variable SGML_CATALOG_FILES to point to the catalog
> file for for DocBook V3.1, e.g.
>
> export SGML_CATALOG_FILES=/somewhere/docbook31/docbook.cat
>
> See also:
>
> http://www.docbook.org/tdg/html/appa.html

OK, I am farther now.  The problem now is that the output is streaming
to my screen as flat text, rather than creating html.  Any ideas?

Make output attached.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026
gmake -C sgml clean
gmake[1]: Entering directory `/usr/var/local/src/gen/pgsql/CURRENT/pgsql/doc/src/sgml'
rm -f HTML.manifest *.html
rm -rf *.1 *.l man1 manl manpage.refs manpage.links manpage.log
rm -f *.rtf *.tex *.dvi *.aux *.log *.ps *.pdf
rm -f HTML.index bookindex.sgml setindex.sgml
gmake[1]: Leaving directory `/usr/var/local/src/gen/pgsql/CURRENT/pgsql/doc/src/sgml'
gmake -C sgml admin.html
gmake[1]: Entering directory `/usr/var/local/src/gen/pgsql/CURRENT/pgsql/doc/src/sgml'
perl /usr/local/share/sgml/stylesheets/docbook/bin/collateindex.pl -f -g -t 'Index' -o bookindex.sgml -N
perl /usr/local/share/sgml/stylesheets/docbook/bin/collateindex.pl -f -g -t 'Index' -x -o setindex.sgml -N
openjade  -D . -D ./ref -D ./../graphics -c /usr/local/share/sgml/stylesheets/docbook/catalog -d stylesheet.dsl -i
output-html-t sgml book-decl.sgml admin.sgml
 
openjade:/usr/local/sgml/stylesheets/docbook.cat:22:0:W: DTDDECL catalog entries are not supported
openjade:/usr/local/sgml/stylesheets/docbook.cat:22:0:W: DTDDECL catalog entries are not supported
openjade:/usr/local/sgml/stylesheets/docbook.cat:22:0:W: DTDDECL catalog entries are not supported
openjade:stylesheet.dsl:2:73:W: cannot generate system identifier for public text "-//James Clark//DTD DSSSL Style
Sheet//EN"
openjade:stylesheet.dsl:21:0:E: reference to entity "STYLE-SHEET" for which no system identifier could be generated
openjade:stylesheet.dsl:2:0: entity was defined here
openjade:stylesheet.dsl:21:0:E: DTD did not contain element declaration for document type name
openjade:stylesheet.dsl:10:0:E: notation "DSSSL" for entity "dbstyle" undefined
openjade:stylesheet.dsl:23:12:E: element "STYLE-SHEET" undefined
openjade:stylesheet.dsl:24:26:E: there is no attribute "USE"
openjade:stylesheet.dsl:24:35:E: element "STYLE-SPECIFICATION" undefined
openjade:stylesheet.dsl:25:27:E: element "STYLE-SPECIFICATION-BODY" undefined
openjade:stylesheet.dsl:89:28:E: there is no attribute "ID"
openjade:stylesheet.dsl:89:47:E: there is no attribute "DOCUMENT"
openjade:stylesheet.dsl:89:56:E: element "EXTERNAL-SPECIFICATION" undefined
openjade:stylesheet.dsl:90:13:E: end tag for "EXTERNAL-SPECIFICATION" omitted, but its declaration does not permit
this
openjade:stylesheet.dsl:89:1: start tag was here
openjade:E: specification document does not have the DSSSL architecture as a base architecture
PostgreSQL 7.2 Administrator's GuideThe PostgreSQL Global Development Group1996-2001PostgreSQL Global Development
GroupLegalNotice  PostgreSQL is Copyright � 1996-2001
 
  by the PostgreSQL Global Development Group and is distributed under
  the terms of the license of the University of California below.
   Postgres95 is Copyright � 1994-5 
  by the Regents of the University of California.
   Permission to use, copy, modify, and distribute this software and

pgsql-docs by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: docbook problem
Next
From: Peter Eisentraut
Date:
Subject: Re: docbook problem