process hangs when converting sgml documentation to PDF - Mailing list pgsql-docs

From Saquib Farooq Malik
Subject process hangs when converting sgml documentation to PDF
Date
Msg-id 20050607070857.25114.qmail@web30201.mail.mud.yahoo.com
Whole thread Raw
Responses Re: process hangs when converting sgml documentation to PDF
Re: process hangs when converting sgml documentation to PDF
List pgsql-docs
 Hi,

  I tried to get a PDF version of the pgsql
documentation. the process i used is as follows

$ cd  $PGSQL_ROOT
$ ./configure
$ cd $PG_ROOT/doc/src/sgml
$ gmake postgres.pdf

the outpout i get is as follows :

 LC_ALL=C "/usr/bin/perl" /usr/bin/collateindex.pl -f
-g -o bookindex.sgml -N
{ \
  echo "<!entity version \"8.0.3\">"; \
  echo "<!entity majorversion \"`expr 8.0.3 :
'\([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/dsssl-stylesheets/catalog -d
stylesheet.dsl -t tex -V tex-backend -i output-print
-V texpdf-output -o postgres.tex-pdf postgres.sgml


and that's it, the prompt never comes back.

  Can anybody please tell me why the process hangs up,
how can I get the PDf version from the sgml
documentations, using gmake.


 thank you

Saquib



__________________________________
Discover Yahoo!
Get on-the-go sports scores, stock quotes, news and more. Check it out!
http://discover.yahoo.com/mobile.html

pgsql-docs by date:

Previous
From: Rocio Contreras
Date:
Subject: velocidad
Next
From: Neil Conway
Date:
Subject: Re: process hangs when converting sgml documentation to PDF