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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>
Cc: Bruce Momjian <pgman(at)candle(dot)pha(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:33:06
Message-ID: 27818.1078860786@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-docs

"Marc G. Fournier" <scrappy(at)postgresql(dot)org> writes:
> cp ~ftp/pub/dev/doc/postgres.tar.gz ~ftp/pub/dev/doc/man-7.4.tar.gz ../doc

That doesn't look right; for one thing you just made a postgres.tar.gz,
why would you overwrite it? Also see the business about whether
man.tar.gz has a version number.

> cd sgml
> gmake HISTORY INSTALL
> cp HISTORY INSTALL ../../..
> cd ../../..

This gmake will leave some crud files that you don't want in the distro.
Instead of 'cp' I'd suggest
mv -f HISTORY INSTALL ../../..
gmake clean

Not sure if there are any other issues.

regards, tom lane

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2004-03-09 19:42:08 Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile
Previous Message Neil Conway 2004-03-09 19:30:21 pgsql-server/doc/src/sgml/ref create_rule.sgml

Browse pgsql-docs by date

  From Date Subject
Next Message Peter Eisentraut 2004-03-09 19:42:08 Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile
Previous Message Tom Lane 2004-03-09 19:28:13 Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile