From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Michael Paquier <michael(dot)paquier(at)gmail(dot)com> |
Cc: | depesz(at)depesz(dot)com, pgsql-general(at)postgresql(dot)org |
Subject: | Re: Compile docs on ArchLinux |
Date: | 2012-04-18 14:08:37 |
Message-ID: | 1508.1334758117@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Michael Paquier <michael(dot)paquier(at)gmail(dot)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
From | Date | Subject | |
---|---|---|---|
Next Message | Eliot Gable | 2012-04-18 14:18:36 | Re: LOCK TABLE is not allowed in a non-volatile function |
Previous Message | F. BROUARD / SQLpro | 2012-04-18 13:50:36 | Re: - tablespace and directory |