After a long battle with technology, [EMAIL PROTECTED] (Oliver Elphick), an earthling, wrote: > On Tue, 2003-11-18 at 02:00, Bruce Momjian wrote: >> What is the gmake command to generate PDF docs? I can give it a try but >> I don't see the rule in the makefile. > > cd doc/src/sgml > make postgres.pdf > > but openjade falls over: > openjade -D . -c > /usr/share/sgml/docbook/stylesheet/dsssl/modular/catalog -d \ > stylesheet.dsl -t tex -V tex-backend -i output-print -V \ > texpdf-output -o postgres.tex-pdf postgres.sgml > openjade:/usr/share/sgml/docbook/stylesheet/dsssl/modular/print/dbdivis.dsl:100:3:E: > flow object not accepted by port; only display flow objects accepted > make: *** [postgres.tex-pdf] Segmentation fault > make: *** Deleting file `postgres.tex-pdf' > > I've asked Debian's openjade maintainer for assistance, so I'll let you > know if I get any.
If it can wait 'til next week, I can take a look at it, as I'm fairly familiar with the tools. Sadly, a week today's the earliest I can conceivably touch it. -- let name="cbbrowne" and tld="cbbrowne.com" in String.concat "@" [name;tld];; http://cbbrowne.com/info/multiplexor.html "Language shapes the way we think and determines what we can think about." -- Benjamin Whorf ---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match