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

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

From
Robert Haas
Date:
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(-)


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

From
Andrew Dunstan
Date:
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&dt=2012-09-01%2012%3A17%3A01&stg=make-dist>:

    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



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

From
Tom Lane
Date:
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