Re: [DOCS] Docs build failure on plpgsql.sgml

2004-12-19 Thread Peter Eisentraut
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.or

Re: [DOCS] Docs build failure on plpgsql.sgml

2004-12-19 Thread Tom Lane
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 >> doc

Re: [DOCS] Docs build failure on plpgsql.sgml

2004-12-19 Thread Alvaro Herrera
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 o

Re: [DOCS] Docs build failure on plpgsql.sgml

2004-12-19 Thread Mark Kirkwood
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 : F

Re: [DOCS] Docs build failure on plpgsql.sgml

2004-12-19 Thread Tom Lane
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 ---(end of broadcast)---

[DOCS] Docs build failure on plpgsql.sgml

2004-12-19 Thread Mark Kirkwood
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 tag after line 1645 will make it build ok on my system (not sure if that was th