Updated Branches:
  refs/heads/sphinx-docs f032bbcd1 -> 2723abc44

Fix out-of-tree documentation build


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

Branch: refs/heads/sphinx-docs
Commit: 2723abc44d815aeae58cb62a60decd47c11c098b
Parents: f032bbc
Author: James Peach <[email protected]>
Authored: Sat May 4 09:06:46 2013 -0700
Committer: James Peach <[email protected]>
Committed: Sat May 4 09:06:46 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/2723abc4/doc/Makefile.am
----------------------------------------------------------------------
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 94e10e4..d928606 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -116,9 +116,9 @@ BUILDDIR      = build
 # Internal variables.
 PAPEROPT_a4     = -D latex_paper_size=a4
 PAPEROPT_letter = -D latex_paper_size=letter
-ALLSPHINXOPTS   = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) 
source
+ALLSPHINXOPTS   = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) 
$(srcdir)/source
 # the i18n builder cannot share the environment and doctrees with the others
-I18NSPHINXOPTS  = $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) source
+I18NSPHINXOPTS  = $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) $(srcdir)/source
 
 help:
        @echo "Please use \`make <target>' where <target> is one of"

Reply via email to