Re: [GENERAL] CVS Build - No Doc

2005-06-29 Thread Tom Lane
Matt Miller <[EMAIL PROTECTED]> writes: > I couldn't find the Red Hat ES4 package that contains the > 'collateindex.pl' script that the build process needs, so I had to go > hunting. Really? In FC3 it's here: $ which collateindex.pl /usr/bin/collateindex.pl $ rpm -qf /usr/bin/collateindex.pl doc

Re: [GENERAL] CVS Build - No Doc

2005-06-29 Thread Matt Miller
On Wed, 2005-06-29 at 21:31 +0300, Devrim GUNDUZ wrote: > > I couldn't find the Red Hat ES4 package that contains the > > 'collateindex.pl' script that the build process needs > > docbook-style-dsssl-1.78-4 I had installed that package. It looks like problem was I didn't './configure' from the to

Re: [GENERAL] CVS Build - No Doc

2005-06-29 Thread Matt Miller
>> How do I build the doc? > http://developer.postgresql.org/docs/postgres/docguide-build.html That worked. I couldn't find the Red Hat ES4 package that contains the 'collateindex.pl' script that the build process needs, so I had to go hunting. I got that Perl script at http://www.ibiblio.org/g

Re: [GENERAL] CVS Build - No Doc

2005-06-29 Thread Devrim GUNDUZ
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, On Wed, 29 Jun 2005, Matt Miller wrote: I couldn't find the Red Hat ES4 package that contains the 'collateindex.pl' script that the build process needs, so I had to go hunting. [EMAIL PROTECTED] ~]# cat /etc/redhat-release Red Hat Enterprise

Re: [GENERAL] CVS Build - No Doc

2005-06-29 Thread Tom Lane
Matt Miller <[EMAIL PROTECTED]> writes: > How do I build the doc? http://developer.postgresql.org/docs/postgres/docguide-build.html regards, tom lane ---(end of broadcast)--- TIP 4: Don't 'kill -9' the postmaster

[GENERAL] CVS Build - No Doc

2005-06-29 Thread Matt Miller
Yesterday I checked out a cvs copy and I: ./configure make make install as usual. The database works, but the installation has no doc directory. I prefer to read the doc locally. How do I build the doc? The source tree has a doc directory containing what looks to be the sgml source, but I app