Updated Branches:
refs/heads/docs 5f03193be -> 03e69b0b5
Syntax error
Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/03e69b0b
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/03e69b0b
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/03e69b0b
Branch: refs/heads/docs
Commit: 03e69b0b5da208e8f2203527d2c29ebe33479a55
Parents: 5f03193
Author: Noah Slater <nslater@apache.org>
Authored: Sat Nov 24 20:05:59 2012 +0000
Committer: Noah Slater <nslater@apache.org>
Committed: Sat Nov 24 20:05:59 2012 +0000
----------------------------------------------------------------------
bin/Makefile.am | 8 ++++----
src/couchdb/priv/Makefile.am | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/couchdb/blob/03e69b0b/bin/Makefile.am
----------------------------------------------------------------------
diff --git a/bin/Makefile.am b/bin/Makefile.am
index c8667e9..2485be9 100644
--- a/bin/Makefile.am
+++ b/bin/Makefile.am
@@ -119,10 +119,10 @@ $(man_file): couchdb.tpl.in
$(MAKE) -f Makefile couchdb; \
$(top_srcdir)/build-aux/missing --run \
help2man \
- --no-info
- --help-option="-h"
- --version-option="-V"
- --name="$(package_name) database server"
+ --no-info \
+ --help-option="-h" \
+ --version-option="-V" \
+ --name="$(package_name) database server" \
./couchdb --output $@
install-data-local:
http://git-wip-us.apache.org/repos/asf/couchdb/blob/03e69b0b/src/couchdb/priv/Makefile.am
----------------------------------------------------------------------
diff --git a/src/couchdb/priv/Makefile.am b/src/couchdb/priv/Makefile.am
index 56490cd..3474800 100644
--- a/src/couchdb/priv/Makefile.am
+++ b/src/couchdb/priv/Makefile.am
@@ -73,10 +73,10 @@ $(man_file): $(COUCHJS_SRCS)
$(MAKE) -f Makefile couchjs; \
$(top_srcdir)/build-aux/missing --run \
help2man \
- --no-info
- --help-option="-h"
- --version-option="-V"
- --name="$(package_name) JavaScript interpreter"
+ --no-info \
+ --help-option="-h" \
+ --version-option="-V" \
+ --name="$(package_name) JavaScript interpreter" \
./couchjs --output $@
install-data-local:
|