Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 30F81D617 for ; Sun, 18 Nov 2012 16:50:00 +0000 (UTC) Received: (qmail 18776 invoked by uid 500); 18 Nov 2012 16:49:56 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 16205 invoked by uid 500); 18 Nov 2012 16:49:54 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 14290 invoked by uid 99); 18 Nov 2012 16:49:46 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Nov 2012 16:49:46 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id C933D314532; Sun, 18 Nov 2012 16:49:45 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: rnewson@apache.org To: commits@couchdb.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [17/50] git commit: ARGH! Automake. Y U GOTTA BE SO PRECIOUS ABOUT INFO FILES? Message-Id: <20121118164945.C933D314532@tyr.zones.apache.org> Date: Sun, 18 Nov 2012 16:49:45 +0000 (UTC) ARGH! Automake. Y U GOTTA BE SO PRECIOUS ABOUT INFO FILES? Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/db45cbcd Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/db45cbcd Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/db45cbcd Branch: refs/heads/docs_tmp Commit: db45cbcd5565aaf9a7777fee07fd53b42b2ccb13 Parents: 70693b8 Author: Noah Slater Authored: Sun Oct 14 14:24:25 2012 +0100 Committer: Robert Newson Committed: Sun Nov 18 00:15:32 2012 +0000 ---------------------------------------------------------------------- bootstrap | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/db45cbcd/bootstrap ---------------------------------------------------------------------- diff --git a/bootstrap b/bootstrap index b1c0c4c..8534c0f 100755 --- a/bootstrap +++ b/bootstrap @@ -118,11 +118,11 @@ mkdir -p m4 # @@ figure out how to avoid this -texi_file="share/doc/build/texinfo/CouchDB.texi" +info_file="share/doc/build/texinfo/CouchDB" -mkdir -p `dirname $texi_file` +mkdir -p `dirname $info_file` -cat > $texi_file << EOF +cat > $info_file".texi" << EOF @setfilename CouchDB EOF @@ -132,7 +132,7 @@ ${AUTOHEADER} -f ${AUTOMAKE} -f -a -Wall ${AUTOCONF} -f -Wall -rm -f $texi_file +touch $info_file rm -f INSTALL