Problem building 9.0 Beta 3 US PDF file - Mailing list pgsql-docs

From Devrim GÜNDÜZ
Subject Problem building 9.0 Beta 3 US PDF file
Date
Msg-id 1278672450.2286.30.camel@hp-laptop2.gunduz.org
Whole thread Raw
Responses Re: Problem building 9.0 Beta 3 US PDF file  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-docs
Hi,

I could build 9.0 Beta 3 A4 PDF without any issues, but I think something is broken in US PDF generation:

===============================================
$ time make -j3  postgres-US.pdf
{ \
      echo "<!entity version \"9.0beta3\">"; \
      echo "<!entity majorversion \"9.0\">"; \
    } > 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  -wall -wno-unused-param -wno-empty -wfully-tagged -D . -D . -c
/usr/share/sgml/docbook/dsssl-stylesheets/catalog-d stylesheet.dsl -t sgml -i output-html -V html-index postgres.sgml 
LC_ALL=C "/usr/bin/perl" /usr/bin/collateindex.pl -f -g -i 'bookindex' -o bookindex.sgml HTML.index
Processing HTML.index...
1962 entries loaded...
0 entries ignored...
Done.
openjade  -D . -D . -c /usr/share/sgml/docbook/dsssl-stylesheets/catalog -d ./stylesheet.dsl -t tex -V tex-backend -i
output-print-i include-index -V texpdf-output -V '%paper-type%'=USletter -o postgres-US.tex-pdf postgres.sgml 
pdfjadetex postgres-US.tex-pdf
This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6)
 %&-line parsing enabled.
entering extended mode
! I can't find file `postgres-US.tex-pdf'.
<*> postgres-US.tex-pdf

Please type another input file name:
===============================================

A simple ls command shows that there are no files under doc/src/sgml directory at this point. This was broken between
beta2and beta3. 

Regards,
--
Devrim GÜNDÜZ
PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer
PostgreSQL RPM Repository: http://yum.pgrpms.org
Community: devrim~PostgreSQL.org, devrim.gunduz~linux.org.tr
http://www.gunduz.org  Twitter: http://twitter.com/devrimgunduz

Attachment

pgsql-docs by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Please provide stable target anchors
Next
From: Tom Lane
Date:
Subject: Re: Problem building 9.0 Beta 3 US PDF file