X-Original-To: pgsql-docs-postgresql.org@localhost.postgresql.org Received: from localhost (unknown [200.46.204.2]) by svr1.postgresql.org (Postfix) with ESMTP id 85E8BD1CA6C; Tue, 9 Mar 2004 19:33:13 +0000 (GMT) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (neptune.hub.org [200.46.204.2]) (amavisd-new, port 10024) with ESMTP id 33989-07; Tue, 9 Mar 2004 15:33:12 -0400 (AST) Received: from sss.pgh.pa.us (unknown [192.204.191.242]) by svr1.postgresql.org (Postfix) with ESMTP id 9EA9DD1BAC8; Tue, 9 Mar 2004 15:33:10 -0400 (AST) Received: from sss2.sss.pgh.pa.us (tgl@localhost [127.0.0.1]) by sss.pgh.pa.us (8.12.11/8.12.11) with ESMTP id i29JX6P8027819; Tue, 9 Mar 2004 14:33:07 -0500 (EST) To: "Marc G. Fournier" Cc: Bruce Momjian , Peter Eisentraut , PostgreSQL-documentation Subject: Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile In-reply-to: <20040309145955.X50574@ganymede.hub.org> References: <200403091853.i29IrgE04192@candle.pha.pa.us> <20040309145955.X50574@ganymede.hub.org> Comments: In-reply-to "Marc G. Fournier" message dated "Tue, 09 Mar 2004 15:15:32 -0400" Date: Tue, 09 Mar 2004 14:33:06 -0500 Message-ID: <27818.1078860786@sss.pgh.pa.us> From: Tom Lane X-Virus-Scanned: by amavisd-new at postgresql.org X-Archive-Number: 200403/29 X-Sequence-Number: 2319 "Marc G. Fournier" 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