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 DD66AD1D5D9; Tue, 9 Mar 2004 19:42:14 +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 35683-07; Tue, 9 Mar 2004 15:42:11 -0400 (AST) Received: from curie.credativ.org (credativ.com [217.160.209.18]) by svr1.postgresql.org (Postfix) with ESMTP id B887BD1D2CC; Tue, 9 Mar 2004 15:42:09 -0400 (AST) Received: from localhost (localhost [127.0.0.1]) by curie.credativ.org (Postfix) with ESMTP id 55EBA55EF7; Tue, 9 Mar 2004 20:42:10 +0100 (CET) Received: from colt.pezone.net (dsl-213-023-254-012.arcor-ip.net [213.23.254.12]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by curie.credativ.org (Postfix) with ESMTP id C5B8155BEB; Tue, 9 Mar 2004 20:42:09 +0100 (CET) From: Peter Eisentraut To: Tom Lane , "Marc G. Fournier" Subject: Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Date: Tue, 9 Mar 2004 20:42:08 +0100 User-Agent: KMail/1.5.1 Cc: Bruce Momjian , PostgreSQL-documentation References: <200403091853.i29IrgE04192@candle.pha.pa.us> <20040309145955.X50574@ganymede.hub.org> <27818.1078860786@sss.pgh.pa.us> In-Reply-To: <27818.1078860786@sss.pgh.pa.us> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200403092042.08964.peter_e@gmx.net> X-Virus-Scanned: by AMaViS at credativ.com X-Virus-Scanned: by amavisd-new at postgresql.org X-Archive-Number: 200403/30 X-Sequence-Number: 2320 Tom Lane wrote: > 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 The "make dist" step will do its own cleaning.