Re: PDF versions of PostgreSQL 7.4 Docs

From: Oliver Elphick <olly(at)lfix(dot)co(dot)uk>
To: Jeroen Ruigrok/asmodai <asmodai(at)wxs(dot)nl>
Cc: Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-docs(at)postgresql(dot)org, Devrim GUNDUZ <devrim(at)gunduz(dot)org>
Subject: Re: PDF versions of PostgreSQL 7.4 Docs
Date: 2003-12-09 17:14:19
Message-ID: 1070990058.3310.313.camel@linda.lfix.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

On Tue, 2003-12-09 at 16:25, Jeroen Ruigrok/asmodai wrote:
> -On [20031209 16:22], Peter Eisentraut (peter_e(at)gmx(dot)net) wrote:
> >We have the documentation and the make rules, we just don't have the
> >tools that don't crash all the time.
>
> Sorry, I miss some background and context here. What crashes for you
> then?

For me, using latest Debian tools and after fixing one bug in
docbook-dsssl (see attachment), I am now getting this error:

olly(at)linda$ cd doc/src/sgml; make postgres.pdf
LC_ALL=C /usr/bin/perl /usr/bin/collateindex.pl -f -g -o bookindex.sgml -N
{ \
echo "<!entity version \"7.4\">"; \
echo "<!entity majorversion \"`expr 7.4 : '\([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 -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:stylesheet.dsl:487:2:E: flow object not accepted by port; only display flow objects accepted
make: *** [postgres.tex-pdf] Segmentation fault
make: *** Deleting file `postgres.tex-pdf'

--
Oliver Elphick Oliver(dot)Elphick(at)lfix(dot)co(dot)uk
Isle of Wight, UK http://www.lfix.co.uk/oliver
GPG: 1024D/3E1D0C1C: CA12 09E0 E8D5 8870 5839 932A 614D 4C34 3E1D 0C1C
========================================
"Let not sin therefore reign in your mortal body, that
ye should obey it in the lusts thereof."
Romans 6:12

Attachment Content-Type Size
dsssl-fix text/plain 0 bytes

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Peter Eisentraut 2003-12-09 17:24:13 Re: PDF versions of PostgreSQL 7.4 Docs
Previous Message Devrim GUNDUZ 2003-12-09 16:51:44 Re: PDF versions of PostgreSQL 7.4 Docs