Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 16921D5F9 for ; Sun, 18 Nov 2012 16:49:59 +0000 (UTC) Received: (qmail 17967 invoked by uid 500); 18 Nov 2012 16:49:56 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 16263 invoked by uid 500); 18 Nov 2012 16:49:54 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 14289 invoked by uid 99); 18 Nov 2012 16:49:46 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Nov 2012 16:49:46 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id DB195314537; Sun, 18 Nov 2012 16:49:45 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: rnewson@apache.org To: commits@couchdb.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [19/50] git commit: Fixed some typos Message-Id: <20121118164945.DB195314537@tyr.zones.apache.org> Date: Sun, 18 Nov 2012 16:49:45 +0000 (UTC) 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/86a432bc Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/86a432bc Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/86a432bc Branch: refs/heads/docs_tmp Commit: 86a432bc1d246e757aa130c8b70669002511fec0 Parents: 4f412c0 Author: Noah Slater Authored: Sun Oct 14 14:50:11 2012 +0100 Committer: Robert Newson Committed: Sun Nov 18 00:15:32 2012 +0000 ---------------------------------------------------------------------- share/doc/build/Makefile.am | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/86a432bc/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 \