Re: building pdfs

From: Andres Freund <andres(at)2ndquadrant(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Andrew Dunstan <andrew(at)dunslane(dot)net>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: building pdfs
Date: 2014-07-26 18:22:21
Message-ID: 20140726182221.GK17793@alap3.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2014-07-26 14:14:15 -0400, Tom Lane wrote:
> Andrew Dunstan <andrew(at)dunslane(dot)net> writes:
> > Is there any standard set of packages on any supported platform that
> > will allow for building the doc PDFs? So far I have not found one on
> > either Fedora 20 or Ubuntu 14.04, but maybe I'm missing something.
>
> On either Fedora or RHEL, installing the "authoring tools" package group
> (not quite the right name, but it's close) has worked for me for many
> years. I've not bothered to figure out what the minimum required subset
> of that might be.
>
> Not sure what the Debian equivalent is, but borka/guaibasaurus is able to
> build the docs, so the packages certainly are available. Peter might have
> a better idea.

'apt-get build-dep postgresql-$version' IIRC does the trick
there. Installs a thing or two more, but those are things that a debian
buildfarm member is going have installed anyway.

Greetings,

Andres Freund

--
Andres Freund http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Marko Tiikkaja 2014-07-26 18:27:26 Re: PL/PgSQL: EXIT USING ROLLBACK
Previous Message Tom Lane 2014-07-26 18:22:20 Re: PL/PgSQL: EXIT USING ROLLBACK