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

From Tom Lane
Subject Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile
Date
Msg-id 27818.1078860786@sss.pgh.pa.us
Whole thread Raw
In response to Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile  ("Marc G. Fournier" <scrappy@postgresql.org>)
Responses Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile
Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile
List pgsql-docs
"Marc G. Fournier" <scrappy@postgresql.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

pgsql-docs by date:

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