public inbox for [email protected]
help / color / mirror / Atom feedDocs build failure on plpgsql.sgml
6+ messages / 4 participants
[nested] [flat]
* Docs build failure on plpgsql.sgml
@ 2004-12-19 21:45 Mark Kirkwood <[email protected]>
2004-12-19 22:11 ` Re: Docs build failure on plpgsql.sgml Tom Lane <[email protected]>
0 siblings, 1 reply; 6+ messages in thread
From: Mark Kirkwood @ 2004-12-19 21:45 UTC (permalink / raw)
To: pgsql-docs
I am seeing a docs build failure :
openjade:plpgsql.sgml:1646:10:E: end tag for "SECT3" omitted, but
OMITTAG NO was specified
openjade:plpgsql.sgml:1640:5: start tag was here
make: *** [html] Error 1
Adding an extra </sect3> tag after line 1645 will make it build ok on my
system (not sure if that was the intent of the previous change tho)
regards
Mark
^ permalink raw reply [nested|flat] 6+ messages in thread
* Re: Docs build failure on plpgsql.sgml
2004-12-19 21:45 Docs build failure on plpgsql.sgml Mark Kirkwood <[email protected]>
@ 2004-12-19 22:11 ` Tom Lane <[email protected]>
2004-12-19 23:36 ` Re: Docs build failure on plpgsql.sgml Mark Kirkwood <[email protected]>
2004-12-20 07:19 ` Re: Docs build failure on plpgsql.sgml Peter Eisentraut <[email protected]>
0 siblings, 2 replies; 6+ messages in thread
From: Tom Lane @ 2004-12-19 22:11 UTC (permalink / raw)
To: Mark Kirkwood <[email protected]>; +Cc: pgsql-docs
Mark Kirkwood <[email protected]> writes:
> I am seeing a docs build failure :
Fixed, thanks. (You must be running a pickier version of docbook
than is installed at postgresql.org ...)
regards, tom lane
^ permalink raw reply [nested|flat] 6+ messages in thread
* Re: Docs build failure on plpgsql.sgml
2004-12-19 21:45 Docs build failure on plpgsql.sgml Mark Kirkwood <[email protected]>
2004-12-19 22:11 ` Re: Docs build failure on plpgsql.sgml Tom Lane <[email protected]>
@ 2004-12-19 23:36 ` Mark Kirkwood <[email protected]>
2004-12-20 00:14 ` Re: Docs build failure on plpgsql.sgml Alvaro Herrera <[email protected]>
1 sibling, 1 reply; 6+ messages in thread
From: Mark Kirkwood @ 2004-12-19 23:36 UTC (permalink / raw)
To: Tom Lane <[email protected]>; +Cc: pgsql-docs
Hmmm ... good point - configure thinks I am running 4.2, but the
stylesheets etc might be more recent than postgresql.org's:
$ rpm -qa|grep docbook
docbook-dtds-1.0-25
docbook-style-dsssl-1.78-4
Tom Lane wrote:
>Mark Kirkwood <[email protected]> writes:
>
>
>>I am seeing a docs build failure :
>>
>>
>
>Fixed, thanks. (You must be running a pickier version of docbook
>than is installed at postgresql.org ...)
>
> regards, tom lane
>
>
^ permalink raw reply [nested|flat] 6+ messages in thread
* Re: Docs build failure on plpgsql.sgml
2004-12-19 21:45 Docs build failure on plpgsql.sgml Mark Kirkwood <[email protected]>
2004-12-19 22:11 ` Re: Docs build failure on plpgsql.sgml Tom Lane <[email protected]>
2004-12-19 23:36 ` Re: Docs build failure on plpgsql.sgml Mark Kirkwood <[email protected]>
@ 2004-12-20 00:14 ` Alvaro Herrera <[email protected]>
2004-12-20 00:33 ` Re: Docs build failure on plpgsql.sgml Tom Lane <[email protected]>
0 siblings, 1 reply; 6+ messages in thread
From: Alvaro Herrera @ 2004-12-20 00:14 UTC (permalink / raw)
To: Mark Kirkwood <[email protected]>; +Cc: Tom Lane <[email protected]>; pgsql-docs
On Mon, Dec 20, 2004 at 12:36:55PM +1300, Mark Kirkwood wrote:
> Hmmm ... good point - configure thinks I am running 4.2, but the
> stylesheets etc might be more recent than postgresql.org's:
>
> $ rpm -qa|grep docbook
> docbook-dtds-1.0-25
> docbook-style-dsssl-1.78-4
Peter announced just the other day he wants the docs to be built with
stylesheets 1.79 ...
--
Alvaro Herrera (<alvherre[@]dcc.uchile.cl>)
"Ciencias políticas es la ciencia de entender por qué
los políticos actúan como lo hacen" (netfunny.com)
^ permalink raw reply [nested|flat] 6+ messages in thread
* Re: Docs build failure on plpgsql.sgml
2004-12-19 21:45 Docs build failure on plpgsql.sgml Mark Kirkwood <[email protected]>
2004-12-19 22:11 ` Re: Docs build failure on plpgsql.sgml Tom Lane <[email protected]>
2004-12-19 23:36 ` Re: Docs build failure on plpgsql.sgml Mark Kirkwood <[email protected]>
2004-12-20 00:14 ` Re: Docs build failure on plpgsql.sgml Alvaro Herrera <[email protected]>
@ 2004-12-20 00:33 ` Tom Lane <[email protected]>
0 siblings, 0 replies; 6+ messages in thread
From: Tom Lane @ 2004-12-20 00:33 UTC (permalink / raw)
To: Alvaro Herrera <[email protected]>; +Cc: Mark Kirkwood <[email protected]>; pgsql-docs
Alvaro Herrera <[email protected]> writes:
> On Mon, Dec 20, 2004 at 12:36:55PM +1300, Mark Kirkwood wrote:
>> Hmmm ... good point - configure thinks I am running 4.2, but the
>> stylesheets etc might be more recent than postgresql.org's:
>>
>> $ rpm -qa|grep docbook
>> docbook-dtds-1.0-25
>> docbook-style-dsssl-1.78-4
> Peter announced just the other day he wants the docs to be built with
> stylesheets 1.79 ...
Mark's versions are the same as what I have on an up-to-date Fedora Core
3 box. (And I did duplicate his failure upon trying ... I'd not tried
to build the docs on that box lately.)
If 1.78 is pickier than 1.79, I think it's good to keep ourselves honest
by making sure that the docs build against 1.78. We can say that 1.79
wins if differences of visual presentation come up, but as far as the
markup correctness is concerned, better tighter than looser.
regards, tom lane
^ permalink raw reply [nested|flat] 6+ messages in thread
* Re: Docs build failure on plpgsql.sgml
2004-12-19 21:45 Docs build failure on plpgsql.sgml Mark Kirkwood <[email protected]>
2004-12-19 22:11 ` Re: Docs build failure on plpgsql.sgml Tom Lane <[email protected]>
@ 2004-12-20 07:19 ` Peter Eisentraut <[email protected]>
1 sibling, 0 replies; 6+ messages in thread
From: Peter Eisentraut @ 2004-12-20 07:19 UTC (permalink / raw)
To: Tom Lane <[email protected]>; +Cc: Mark Kirkwood <[email protected]>; pgsql-docs
Tom Lane wrote:
> Fixed, thanks. (You must be running a pickier version of docbook
> than is installed at postgresql.org ...)
I think the only thing that could affect this is the version of
jade/openjade. Certainly not the stylesheet version.
--
Peter Eisentraut
http://developer.postgresql.org/~petere/
^ permalink raw reply [nested|flat] 6+ messages in thread
end of thread, other threads:[~2004-12-20 07:19 UTC | newest]
Thread overview: 6+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2004-12-19 21:45 Docs build failure on plpgsql.sgml Mark Kirkwood <[email protected]>
2004-12-19 22:11 ` Tom Lane <[email protected]>
2004-12-19 23:36 ` Mark Kirkwood <[email protected]>
2004-12-20 00:14 ` Alvaro Herrera <[email protected]>
2004-12-20 00:33 ` Tom Lane <[email protected]>
2004-12-20 07:19 ` Peter Eisentraut <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox