Lists: | pgsql-committerspgsql-hackers |
---|
From: | Robert Haas <rhaas(at)postgresql(dot)org> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Cross-link to doc build requirements from install requirements. |
Date: | 2012-09-01 10:28:31 |
Message-ID: | [email protected] |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Lists: | pgsql-committers pgsql-hackers |
Cross-link to doc build requirements from install requirements.
Jeff Janes
Branch
------
master
Modified Files
--------------
doc/src/sgml/installation.sgml | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
From: | Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc> |
---|---|
To: | Robert Haas <rhaas(at)postgresql(dot)org> |
Cc: | PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org> |
Subject: | Re: [COMMITTERS] pgsql: Cross-link to doc build requirements from install requirements. |
Date: | 2012-09-01 12:36:54 |
Message-ID: | [email protected] |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Lists: | pgsql-committers pgsql-hackers |
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:
Stefan
From: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
---|---|
To: | Robert Haas <rhaas(at)postgresql(dot)org> |
Cc: | pgsql-committers(at)postgresql(dot)org |
Subject: | Re: pgsql: Cross-link to doc build requirements from install requirements. |
Date: | 2012-09-01 14:19:44 |
Message-ID: | [email protected] |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Lists: | pgsql-committers pgsql-hackers |
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
From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
Cc: | Robert Haas <rhaas(at)postgresql(dot)org>, pgsql-committers(at)postgresql(dot)org |
Subject: | Re: pgsql: Cross-link to doc build requirements from install requirements. |
Date: | 2012-09-01 14:45:17 |
Message-ID: | [email protected] |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Lists: | pgsql-committers pgsql-hackers |
Andrew Dunstan <andrew(at)dunslane(dot)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