pgsql: Cross-link to doc build requirements from install requirements.

Started by Robert Haasover 13 years ago4 messageshackers
Jump to latest
#1Robert Haas
robertmhaas@gmail.com

Cross-link to doc build requirements from install requirements.

Jeff Janes

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/e8d6c98c2f082bead1202b23e9d70e0fbde49129

Modified Files
--------------
doc/src/sgml/installation.sgml | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)

#2Stefan Kaltenbrunner
stefan@kaltenbrunner.cc
In reply to: Robert Haas (#1)
Re: [COMMITTERS] pgsql: Cross-link to doc build requirements from install requirements.

On 09/01/2012 12:28 PM, Robert Haas wrote:

Cross-link to doc build requirements from install requirements.

Jeff Janes

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/e8d6c98c2f082bead1202b23e9d70e0fbde49129

Modified Files
--------------
doc/src/sgml/installation.sgml | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)

this seems to have broken the docs build:

http://www.pgbuildfarm.org/cgi-bin/show_log.pl?nm=guaibasaurus&dt=2012-09-01%2012%3A17%3A01

Stefan

#3Andrew Dunstan
andrew@dunslane.net
In reply to: Robert Haas (#1)
Re: pgsql: Cross-link to doc build requirements from install requirements.

On 09/01/2012 06:28 AM, Robert Haas wrote:

Cross-link to doc build requirements from install requirements.

this seems to have broken something. See
<http://www.pgbuildfarm.org/cgi-bin/show_stage_log.pl?nm=guaibasaurus&amp;dt=2012-09-01%2012%3A17%3A01&amp;stg=make-dist&gt;:

make[1]: Entering directory `/home/pgsql/buildfarm/buildroot/HEAD/pgsql.21128/postgresql-9.3devel/doc/src/sgml'
'/usr/bin/perl' generate_history.pl "." release.sgml >tempfile_HISTORY.sgml
openjade -D . -D . -c /usr/share/sgml/docbook/stylesheet/dsssl/modular/catalog -d stylesheet.dsl -i output-text -t sgml -V nochunks tempfile_HISTORY.sgml > HISTORY.html
rm tempfile_HISTORY.sgml
'/usr/bin/perl' -p -e 's/<H(1|2)$/<H\1 align=center/g' HISTORY.html | LC_ALL=en_US.ISO8859-1 lynx -force_html -dump -nolist -stdin | iconv -f latin1 -t us-ascii//TRANSLIT > HISTORY
openjade -D . -D . -c /usr/share/sgml/docbook/stylesheet/dsssl/modular/catalog -d stylesheet.dsl -i output-text -t sgml -V nochunks standalone-install.sgml installation.sgml > INSTALL.html
openjade:installation.sgml:288:25:X: reference to non-existent ID "DOCGUIDE-TOOLSETS"
openjade:/usr/share/sgml/docbook/stylesheet/dsssl/modular/html/dblink.dsl:203:1:E: XRef LinkEnd to missing ID 'DOCGUIDE-TOOLSETS'
make[1]: *** [INSTALL.html] Error 1

cheers

andrew

#4Tom Lane
tgl@sss.pgh.pa.us
In reply to: Andrew Dunstan (#3)
Re: pgsql: Cross-link to doc build requirements from install requirements.

Andrew Dunstan <andrew@dunslane.net> writes:

On 09/01/2012 06:28 AM, Robert Haas wrote:

Cross-link to doc build requirements from install requirements.

this seems to have broken something.

Yeah, you can't put random links to other parts of the manual into
installation.sgml, at least not without taking care for the standalone
INSTALL file. I fixed it.

regards, tom lane