Compile docs on ArchLinux - Mailing list pgsql-general

From Michael Paquier
Subject Compile docs on ArchLinux
Date
Msg-id CAB7nPqQZ+v=rDSMg+hidg8fKPHde9Tu6Nnfkos-5yO0n=dFobA@mail.gmail.com
Whole thread Raw
Responses Re: Compile docs on ArchLinux  (hubert depesz lubaczewski <depesz@depesz.com>)
List pgsql-general
Hi all,

Under Arch, I am not able to compile Postgres docs.

By having a look at config.log, it cannot find the docbook folder:
configure:29356: checking for DocBook V4.2
onsgmls:/etc/xml/catalog:2:78:E: name expected
onsgmls:/etc/xml/catalog:2:18:E: cannot find "PUBLIC"; tried "/etc/xml/PUBLIC", "/usr/share/sgml/PUBLIC", "/usr/share/xml/PUBLIC"
onsgmls:conftest.sgml:1:54:W: cannot generate system identifier for public text "-//OASIS//DTD DocBook V4.2//EN"

The stylesheets are correctly set up.
configure:29391: checking for DocBook stylesheets
configure:29427: result: /usr/share/sgml/stylesheets/dsssl/docbook

It looks that the correct packages are installed:
$ pacman -Q | grep docbook
docbook-dsssl 1.79-3
docbook-sgml 4.5-1
docbook-xml 4.5-5
docbook-xsl 1.76.1-2
docbook2x 0.8.8-11
Well, docbook-sgml 4.5 is installed, not 4.2, but I would suppose that it is enough.

Is it necessary to setup a variable like DOCBOOKSTYLE?
Thanks in advance!
--
Michael Paquier
http://michael.otacoo.com

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: LOCK TABLE is not allowed in a non-volatile function
Next
From: Nils Gösche
Date:
Subject: Re: Feature Proposal: Constant Values in Columns or Foreign Keys