From: | Alvaro Herrera <alvherre(at)commandprompt(dot)com> |
---|---|
To: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
Cc: | hubert depesz lubaczewski <depesz(at)depesz(dot)com>, pgsql-general(at)postgresql(dot)org |
Subject: | Re: What to install to be able to build docs on Arch Linux? |
Date: | 2009-11-10 13:15:59 |
Message-ID: | 20091110131559.GB4923@alvh.no-ip.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Peter Eisentraut wrote:
> On mån, 2009-11-09 at 19:49 -0300, Alvaro Herrera wrote:
> > hubert depesz lubaczewski wrote:
> >
> > > => pacman -Ql docbook-sgml
> > > docbook-sgml /usr/
> > > docbook-sgml /usr/share/
> > > docbook-sgml /usr/share/sgml/
> > > docbook-sgml /usr/share/sgml/docbook-sgml-4.2/
> > > docbook-sgml /usr/share/sgml/docbook-sgml-4.2/calstblx.dtd
> > > docbook-sgml /usr/share/sgml/docbook-sgml-4.2/catalog
> >
> > You probably need
> > DOCBOOKSTYLE=/usr/share/sgml/docbook-sgml-4.2 ./configure [ other options ]
>
> That only finds the DSSSL style sheets. His problem is that the DTD is
> not findable by the catalog setup that his distribution has created.
Sounds like something that should be reported as a bug to the
distributor. (Sorry if I'm stating the obvious).
--
Alvaro Herrera http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support
From | Date | Subject | |
---|---|---|---|
Next Message | Simon Riggs | 2009-11-10 13:39:55 | Re: Dynamically-sized WAL files |
Previous Message | NMarcu | 2009-11-10 13:02:22 | Need help to do an insert from other table in the new table just created by default ( like a trigger to fire after create table ) |