Updated Branches: refs/heads/master 67a308080 -> 79f72b875
docs: pass the docs version from automake Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/736d568a Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/736d568a Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/736d568a Branch: refs/heads/master Commit: 736d568a63e5813ea2470043d20db93acde815ca Parents: 67a3080 Author: James Peach <[email protected]> Authored: Sat Jun 22 20:38:55 2013 -0700 Committer: James Peach <[email protected]> Committed: Sat Jun 22 20:38:55 2013 -0700 ---------------------------------------------------------------------- doc/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/736d568a/doc/Makefile.am ---------------------------------------------------------------------- diff --git a/doc/Makefile.am b/doc/Makefile.am index 77007e5..d35fe91 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -123,7 +123,11 @@ I18NSPHINXOPTS = $(SPHINXOPTS) # The PAPER setting variables requires recursive make variable expansion, which automake # detects as non-portable. We bounce this through a shell script and do the expansion there. SBUILD = PAPEROPT_a4="$(PAPEROPT_a4)" PAPEROPT_letter="$(PAPEROPT_letter)" PAPER="$(PAPER)" \ - $(srcdir)/sbuild $(SPHINXBUILD) -c $(srcdir) $(ALLSPHINXOPTS) + $(srcdir)/sbuild $(SPHINXBUILD) \ + -D version=$(TS_VERSION_STRING) \ + -D release=$(TS_VERSION_STRING) \ + -c $(srcdir) \ + $(ALLSPHINXOPTS) help: @echo "Please use \`make <target>' where <target> is one of"
