You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ns...@apache.org on 2012/09/29 14:52:02 UTC

git commit: use sphinx pdf/info output because it looks better

Updated Branches:
  refs/heads/docs 06cf41647 -> 20cc4afa4


use sphinx pdf/info output because it looks better


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

Branch: refs/heads/docs
Commit: 20cc4afa44b7877fd4aabc8cf239662e4772e89f
Parents: 06cf416
Author: Noah Slater <ns...@apache.org>
Authored: Sat Sep 29 13:51:51 2012 +0100
Committer: Noah Slater <ns...@apache.org>
Committed: Sat Sep 29 13:51:51 2012 +0100

----------------------------------------------------------------------
 share/docs/demo.mk |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/20cc4afa/share/docs/demo.mk
----------------------------------------------------------------------
diff --git a/share/docs/demo.mk b/share/docs/demo.mk
index e5235dc..61d08ac 100644
--- a/share/docs/demo.mk
+++ b/share/docs/demo.mk
@@ -103,7 +103,7 @@ epub:
 	@echo
 	@echo "Build finished. The epub file is in $(BUILDDIR)/epub."
 
-# exclude, in favour of automake
+# include
 latex:
 	$(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex
 	@echo
@@ -111,7 +111,7 @@ latex:
 	@echo "Run \`make' in that directory to run these through (pdf)latex" \
 	      "(use \`make latexpdf' here to do that automatically)."
 
-# exclude, in favour of automake
+# include, replace automake
 latexpdf:
 	$(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex
 	@echo "Running LaTeX files through pdflatex..."
@@ -130,7 +130,7 @@ man:
 	@echo
 	@echo "Build finished. The manual pages are in $(BUILDDIR)/man."
 
-# include, and hook into automake
+# include
 texinfo:
 	$(SPHINXBUILD) -b texinfo $(ALLSPHINXOPTS) $(BUILDDIR)/texinfo
 	@echo
@@ -138,7 +138,7 @@ texinfo:
 	@echo "Run \`make' in that directory to run these through makeinfo" \
 	      "(use \`make info' here to do that automatically)."
 
-# exclude, covered by automake
+# include, replace automake
 info:
 	$(SPHINXBUILD) -b texinfo $(ALLSPHINXOPTS) $(BUILDDIR)/texinfo
 	@echo "Running Texinfo files through makeinfo..."