Updated Branches: refs/heads/docs c060c378e -> 08a2a2562
Corrected syntax errors Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/08a2a256 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/08a2a256 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/08a2a256 Branch: refs/heads/docs Commit: 08a2a2562a5a11590cd8c492dd71339e922d6be7 Parents: c060c37 Author: Noah Slater <[email protected]> Authored: Sun Nov 25 19:49:51 2012 +0000 Committer: Noah Slater <[email protected]> Committed: Sun Nov 25 19:49:51 2012 +0000 ---------------------------------------------------------------------- bin/Makefile.am | 2 +- share/doc/build/Makefile.am | 8 ++++---- src/couchdb/priv/Makefile.am | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/08a2a256/bin/Makefile.am ---------------------------------------------------------------------- diff --git a/bin/Makefile.am b/bin/Makefile.am index c8c2ddb..af0650b 100644 --- a/bin/Makefile.am +++ b/bin/Makefile.am @@ -146,7 +146,7 @@ uninstall-local: distcheck-hook: if test ! -s $(man_file); then \ - $(top_srcdir)/build-aux/dist-error $(man_file) + $(top_srcdir)/build-aux/dist-error $(man_file); \ else \ if test ! `cat $(man_file) | wc -l` -gt 1; then \ $(top_srcdir)/build-aux/dist-error $(man_file); \ http://git-wip-us.apache.org/repos/asf/couchdb/blob/08a2a256/share/doc/build/Makefile.am ---------------------------------------------------------------------- diff --git a/share/doc/build/Makefile.am b/share/doc/build/Makefile.am index 55fd8ac..ef94324 100644 --- a/share/doc/build/Makefile.am +++ b/share/doc/build/Makefile.am @@ -298,11 +298,11 @@ distclean-local: rm -fr texinfo distcheck-hook: - if test ! -s $(info_file_dist); then\ - $(top_srcdir)/build-aux/dist-error $(info_file_dist) + if test ! -s $(info_file_dist); then \ + $(top_srcdir)/build-aux/dist-error $(info_file_dist); \ fi - if test ! -s $(pdf_file_dist); then\ - $(top_srcdir)/build-aux/dist-error $(pdf_file_dist) + if test ! -s $(pdf_file_dist); then \ + $(top_srcdir)/build-aux/dist-error $(pdf_file_dist); \ fi for file in $(html_files); do \ if test ! -s $$file; then \ http://git-wip-us.apache.org/repos/asf/couchdb/blob/08a2a256/src/couchdb/priv/Makefile.am ---------------------------------------------------------------------- diff --git a/src/couchdb/priv/Makefile.am b/src/couchdb/priv/Makefile.am index 2444585..d65cf24 100644 --- a/src/couchdb/priv/Makefile.am +++ b/src/couchdb/priv/Makefile.am @@ -141,7 +141,7 @@ uninstall-local: distcheck-hook: if test ! -s $(man_file); then \ - $(top_srcdir)/build-aux/dist-error $(man_file) + $(top_srcdir)/build-aux/dist-error $(man_file); \ else \ if test ! `cat $(man_file) | wc -l` -gt 1; then \ $(top_srcdir)/build-aux/dist-error $(man_file); \
