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/11/24 19:18:28 UTC

git commit: Fix handling of PDF file

Updated Branches:
  refs/heads/docs 47302e6f5 -> eb94e96d3


Fix handling of PDF file


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

Branch: refs/heads/docs
Commit: eb94e96d38d692b5b3ace3c4859c38fcd63563b8
Parents: 47302e6
Author: Noah Slater <ns...@apache.org>
Authored: Sat Nov 24 18:18:25 2012 +0000
Committer: Noah Slater <ns...@apache.org>
Committed: Sat Nov 24 18:18:25 2012 +0000

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


http://git-wip-us.apache.org/repos/asf/couchdb/blob/eb94e96d/share/doc/build/Makefile.am
----------------------------------------------------------------------
diff --git a/share/doc/build/Makefile.am b/share/doc/build/Makefile.am
index cde6bd4..fccbe04 100644
--- a/share/doc/build/Makefile.am
+++ b/share/doc/build/Makefile.am
@@ -188,7 +188,7 @@ pdf.stamp: $(image_files) $(src_files)
 	$(top_srcdir)/build-aux/sphinx-build \
 	    -b latex $(SPHINXOPTS) $(builddir)/latex
 	$(MAKE) -C latex all-pdf
-	$(top_srcdir)/build-aux/sphinx-touch $(pdf_file)
+	$(top_srcdir)/build-aux/sphinx-touch latex/CouchDB.pdf
 	gzip -9 < latex/CouchDB.pdf > latex/CouchDB.pdf.gz
 	@mv -f pdf.tmp $@