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/12/01 19:40:14 UTC

git commit: Remove debug

Updated Branches:
  refs/heads/docs 6554bfdae -> 71d14d468


Remove debug


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

Branch: refs/heads/docs
Commit: 71d14d46874df51d717f3192e9003fbe517a593b
Parents: 6554bfd
Author: Noah Slater <ns...@apache.org>
Authored: Sat Dec 1 18:40:10 2012 +0000
Committer: Noah Slater <ns...@apache.org>
Committed: Sat Dec 1 18:40:10 2012 +0000

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


http://git-wip-us.apache.org/repos/asf/couchdb/blob/71d14d46/share/doc/build/Makefile.am
----------------------------------------------------------------------
diff --git a/share/doc/build/Makefile.am b/share/doc/build/Makefile.am
index f873df3..29cc938 100644
--- a/share/doc/build/Makefile.am
+++ b/share/doc/build/Makefile.am
@@ -200,7 +200,6 @@ $(html_files): html.stamp
 html.stamp: $(image_files) $(src_files)
 	@rm -f html.tmp
 	@touch html.tmp
-	pwd
 	$(top_srcdir)/build-aux/sphinx-build \
 	    -b html $(SPHINXOPTS) $(builddir)/html
 	$(top_srcdir)/build-aux/sphinx-touch $(html_files)