Updated Branches:
refs/heads/docs b4a59d641 -> c5d941209
Fixed some typos
Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/c5d94120
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/c5d94120
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/c5d94120
Branch: refs/heads/docs
Commit: c5d941209fe00c3235a559e4d35844f9a502d87d
Parents: b4a59d6
Author: Noah Slater <nslater@apache.org>
Authored: Sun Oct 14 14:50:11 2012 +0100
Committer: Noah Slater <nslater@apache.org>
Committed: Sun Oct 14 14:50:11 2012 +0100
----------------------------------------------------------------------
share/doc/build/Makefile.am | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/couchdb/blob/c5d94120/share/doc/build/Makefile.am
----------------------------------------------------------------------
diff --git a/share/doc/build/Makefile.am b/share/doc/build/Makefile.am
index 0e52849..ba6d72e 100644
--- a/share/doc/build/Makefile.am
+++ b/share/doc/build/Makefile.am
@@ -164,8 +164,8 @@ src_files = \
info_TEXINFOS = $(texinfo_files)
dist_localdoc_DATA = \
- $(texinfo_files)
- $(pdf_files) \
+ $(texinfo_files) \
+ $(pdf_files)
nobase_dist_localdoc_DATA = $(html_files)
@@ -213,7 +213,7 @@ pdf.stamp: $(image_files) $(src_files)
if test -n "$(HAS_PDFLATEX)"; then
$(top_srcdir)/build-aux/missing pdflatex; \
fi
- if test -x "$(SPHINX_BUILD)"; then \
+ if test -x "$(SPHINX_BUILD)"; then \
$(SPHINX_BUILD) -b latex $(SPHINXOPTS) $(builddir)/latex; \
$(MAKE) -C latex all-pdf; \
gzip -9 < latex/CouchDB.pdf > latex/CouchDB.pdf.gz; \
@@ -245,10 +245,10 @@ html-local:
$(MAKE) $(AM_MAKEFLAGS) html.stamp
install-data-local:
- $(MAKE) -C texinfo install-info; \
+ $(MAKE) -C texinfo install-info;
-uninstall-data-local:
- $(MAKE) -C texinfo uninstall-info; \
+uninstall-local:
+ $(MAKE) -C texinfo uninstall-info;
DISTCLEANFILES = \
texinfo.stamp \
|