Re: Compile docs on ArchLinux - Mailing list pgsql-general

From Tom Lane
Subject Re: Compile docs on ArchLinux
Date
Msg-id 1508.1334758117@sss.pgh.pa.us
Whole thread Raw
In response to Re: Compile docs on ArchLinux  (Michael Paquier <michael.paquier@gmail.com>)
Responses Re: Compile docs on ArchLinux  (Michael Paquier <michael.paquier@gmail.com>)
Re: Compile docs on ArchLinux  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-general
Michael Paquier <michael.paquier@gmail.com> writes:
> is it possible to compile postgres docs with docbook 4.5? At config step,
> it looks that only docbook 4.2 is supported.

If ArchLinux doesn't provide the 4.2 DTD, you ought to complain to
whoever packages that.  On my Fedora 16 box, for example, a wide range
of docbook versions is supported:

$ ls /etc/sgml
catalog                     sgml-docbook-4.4.cat
docbook/                    sgml-docbook-4.5.cat
docbook-simple.cat          sgml-docbook.cat@
docbook-slides.cat          sgml.conf
openjade-1.3.2-38.fc16.soc  xhtml1-dtds-1.0-20020801.6.soc
openjade.soc@               xhtml1-dtds.soc@
sgml-docbook-3.0.cat        xml-docbook-4.1.2.cat
sgml-docbook-3.1.cat        xml-docbook-4.2.cat
sgml-docbook-4.0.cat        xml-docbook-4.3.cat
sgml-docbook-4.1.cat        xml-docbook-4.4.cat
sgml-docbook-4.2.cat        xml-docbook-4.5.cat
sgml-docbook-4.3.cat        xml-docbook.cat@

I don't believe there is any expectation that documents will get
updated just because there is a new docbook version.

Now having said that, you could certainly try adjusting the
DOCTYPE declaration in the docs and seeing if they'd build with 4.5.
But it's not something the project is likely to worry about soon.

            regards, tom lane

pgsql-general by date:

Previous
From: "F. BROUARD / SQLpro"
Date:
Subject: Re: - tablespace and directory
Next
From: Eliot Gable
Date:
Subject: Re: LOCK TABLE is not allowed in a non-volatile function