public inbox for [email protected]  
help / color / mirror / Atom feed
From: Tom Lane <[email protected]>
To: Marc G. Fournier <[email protected]>
Cc: Bruce Momjian <[email protected]>
Cc: Peter Eisentraut <[email protected]>
Cc: PostgreSQL-documentation <[email protected]>
Subject: Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile
Date: Tue, 09 Mar 2004 14:33:06 -0500
Message-ID: <[email protected]> (raw)
In-Reply-To: <[email protected]>
References: <[email protected]>
	<[email protected]>

"Marc G. Fournier" <[email protected]> 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



view thread (43+ messages)  latest in thread

reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: [email protected]
  Cc: [email protected], [email protected], [email protected], [email protected]
  Subject: Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile
  In-Reply-To: <[email protected]>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox