Updated Branches:
  refs/heads/docs 620e3eaee -> 9e561651d

Syntax error


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/9e561651
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/9e561651
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/9e561651

Branch: refs/heads/docs
Commit: 9e561651ddcaad064e265e9ee56b304e9a442e2f
Parents: 620e3ea
Author: Noah Slater <[email protected]>
Authored: Sat Nov 24 18:35:26 2012 +0000
Committer: Noah Slater <[email protected]>
Committed: Sat Nov 24 18:35:26 2012 +0000

----------------------------------------------------------------------
 share/doc/build/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/9e561651/share/doc/build/Makefile.am
----------------------------------------------------------------------
diff --git a/share/doc/build/Makefile.am b/share/doc/build/Makefile.am
index 4638c03..cf3d0d6 100644
--- a/share/doc/build/Makefile.am
+++ b/share/doc/build/Makefile.am
@@ -217,11 +217,11 @@ install-data-local:
        $(INSTALL) -d $(DESTDIR)$(infodir)
        if test -s $(info_file); then \
            $(INSTALL_DATA) $(info_file) $(DESTDIR)$(infodir)/$(info_name); \
-           if test -n "`which install-info`"; then\
+           if test -n "`which install-info`"; then \
                install-info \
                    --info-dir=$(DESTDIR)$(infodir) \
                    $(DESTDIR)$(infodir)/$(info_name); \
-           fi
+           fi \
        fi
 
 # @@ check AM_UPDATE_INFO_DIR=no

Reply via email to