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 16ADFD1D26A; Tue, 9 Mar 2004 19:46:16 +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 36843-10; Tue, 9 Mar 2004 15:46:15 -0400 (AST) Received: from curie.credativ.org (credativ.com [217.160.209.18]) by svr1.postgresql.org (Postfix) with ESMTP id 6FA68D1CCB9; Tue, 9 Mar 2004 15:46:13 -0400 (AST) Received: from localhost (localhost [127.0.0.1]) by curie.credativ.org (Postfix) with ESMTP id 092C655EFC; Tue, 9 Mar 2004 20:46:14 +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 8165255BEB; Tue, 9 Mar 2004 20:46:13 +0100 (CET) From: Peter Eisentraut To: "Marc G. Fournier" , Bruce Momjian Subject: Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile Date: Tue, 9 Mar 2004 20:46:12 +0100 User-Agent: KMail/1.5.1 Cc: "Marc G. Fournier" , Tom Lane , PostgreSQL-documentation References: <200403091853.i29IrgE04192@candle.pha.pa.us> <20040309145955.X50574@ganymede.hub.org> In-Reply-To: <20040309145955.X50574@ganymede.hub.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200403092046.12854.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/32 X-Sequence-Number: 2322 Marc G. Fournier wrote: > /usr/bin/cvs -d /cvsroot -q export -rHEAD pgsql > cd pgsql > ./configure > cd doc/src > gmake postgres.tar.gz > mv postgres.tar.gz .. > cp ~ftp/pub/dev/doc/postgres.tar.gz ~ftp/pub/dev/doc/man-7.4.tar.gz > ../doc cd sgml > gmake HISTORY INSTALL > cp HISTORY INSTALL ../../.. > cd ../../.. > gmake split-dist=yes VERSION=snapshot dist > gmake maintainer-clean This looks mostly correct (modulo the other comments), but it seems there is still a lot of room for automation in there.