Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile - Mailing list pgsql-docs

From Marc G. Fournier
Subject Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile
Date
Msg-id 20040309145955.X50574@ganymede.hub.org
Whole thread Raw
In response to Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile
Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile
List pgsql-docs
On Tue, 9 Mar 2004, Bruce Momjian wrote:

> Marc G. Fournier wrote:
> > On Tue, 9 Mar 2004, Bruce Momjian wrote:
> >
> > > One idea would be to replace file content with a single URL that points
> > > to the development docs, then when the tarball is built, it can
> > > overwrite those files.
> > >
> > > Marc?
> >
> > Overwrite the files with ... ?  The contents of the URL itself, pulled
> > down with lynx?
> >
> > if so, ya, that's easy enough ...
>
> No, actually the URL points to an HTML.  You need to do 'gmake HISTORY'
> in the sgml directory, and put that in /HISTORY.  Same for INSTALL.

Ah, even easier ... stupid question, but the snapshot is still using the
7.4 docs ... is there a 'gmake' I should be using to build man.tar.gz,
like I do with postgres?

Based on the above, though, here are the steps for building the snapshot
that should be followed ... please confirm ...

/usr/bin/cvs -d /cvsroot -q export -rHEAD pgsql
cd pgsql
./configure
cd doc/src
gmake postgres.tar.gz
mv postgres.tar.gz ..
cp ~ftp/pub/dev/doc/postgres.tar.gz ~ftp/pub/dev/doc/man-7.4.tar.gz ../doc
cd sgml
gmake HISTORY INSTALL
cp HISTORY INSTALL ../../..
cd ../../..
gmake split-dist=yes VERSION=snapshot dist
gmake maintainer-clean

----
Marc G. Fournier           Hub.Org Networking Services (http://www.hub.org)
Email: scrappy@hub.org           Yahoo!: yscrappy              ICQ: 7615664

pgsql-docs by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile
Next
From: Peter Eisentraut
Date:
Subject: Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile