Fwd: PostgreSQL 7.4 documentation packaging

Started by Josh Berkusalmost 22 years ago4 messagesdocs
Jump to latest
#1Josh Berkus
josh@agliodbs.com

Folks,

Just got this request from Mark Recht, who maintains an RPM package library at
www.pkgsrc.org. It seems that we don't have an option for compile for our
docs which is standard with other Linux tools. How difficult would this be
to add? It would help Mark keep our packages updated.

--
-Josh Berkus
Aglio Database Solutions
San Francisco

Attachments:

forwarded messagemessage/rfc822; name="forwarded message"Download
#2Peter Eisentraut
peter_e@gmx.net
In reply to: Josh Berkus (#1)
Re: Fwd: PostgreSQL 7.4 documentation packaging

Am Dienstag, 20. April 2004 00:18 schrieb Josh Berkus:

Just got this request from Mark Recht, who maintains an RPM package library
at www.pkgsrc.org. It seems that we don't have an option for compile for
our docs which is standard with other Linux tools. How difficult would
this be to add? It would help Mark keep our packages updated.

pkgsrc is a NetBSD package library, not an RPM library. We do have a target
to "compile" the documentation, which is how the documentation is built in
the first place. I don't know what "standard" there is about that.

#3Tom Lane
tgl@sss.pgh.pa.us
In reply to: Peter Eisentraut (#2)
Re: Fwd: PostgreSQL 7.4 documentation packaging

Peter Eisentraut <peter_e@gmx.net> writes:

Am Dienstag, 20. April 2004 00:18 schrieb Josh Berkus:

Just got this request from Mark Recht, who maintains an RPM package library
at www.pkgsrc.org.

pkgsrc is a NetBSD package library, not an RPM library. We do have a target
to "compile" the documentation, which is how the documentation is built in
the first place. I don't know what "standard" there is about that.

I think what he was actually asking for was to provide a relatively
simple way (like a configure option) of installing the HTML docs into
a different directory from the plaintext docs. It didn't sound like an
unreasonable request ...

regards, tom lane

#4Peter Eisentraut
peter_e@gmx.net
In reply to: Tom Lane (#3)
Re: Fwd: PostgreSQL 7.4 documentation packaging

Tom Lane wrote:

I think what he was actually asking for was to provide a relatively
simple way (like a configure option) of installing the HTML docs into
a different directory from the plaintext docs. It didn't sound like
an unreasonable request ...

You can use --with-docdir. There are no other docs besides the HTML
ones, so this allows you to place the HTML docs anywhere you like.