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

From: "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Peter Eisentraut <peter_e(at)gmx(dot)net>, PostgreSQL-documentation <pgsql-docs(at)postgresql(dot)org>
Subject: Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile
Date: 2004-03-09 19:15:32
Message-ID: 20040309145955.X50574@ganymede.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers 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(at)hub(dot)org Yahoo!: yscrappy ICQ: 7615664

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2004-03-09 19:26:02 Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile
Previous Message Bruce Momjian 2004-03-09 18:57:37 Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile

Browse pgsql-docs by date

  From Date Subject
Next Message Peter Eisentraut 2004-03-09 19:26:02 Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile
Previous Message Bruce Momjian 2004-03-09 18:57:37 Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile