You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ns...@apache.org on 2012/10/14 15:24:30 UTC

git commit: ARGH! Automake. Y U GOTTA BE SO PRECIOUS ABOUT INFO FILES?

Updated Branches:
  refs/heads/docs 36c429f70 -> 143aee19a


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/143aee19
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/143aee19
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/143aee19

Branch: refs/heads/docs
Commit: 143aee19a47dee8b3e946f4a01adce2dbcc29c7a
Parents: 36c429f
Author: Noah Slater <ns...@apache.org>
Authored: Sun Oct 14 14:24:25 2012 +0100
Committer: Noah Slater <ns...@apache.org>
Committed: Sun Oct 14 14:24:25 2012 +0100

----------------------------------------------------------------------
 bootstrap |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/143aee19/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