You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2012/11/18 17:49:45 UTC

[17/50] git commit: ARGH! Automake. Y U GOTTA BE SO PRECIOUS ABOUT INFO FILES?

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 <ns...@apache.org>
Authored: Sun Oct 14 14:24:25 2012 +0100
Committer: Robert Newson <rn...@apache.org>
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