aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAndrew Cooper <andrew.cooper3@citrix.com>2013-07-02 21:02:33 +0100
committerIan Campbell <ian.campbell@citrix.com>2013-07-03 16:35:14 +0100
commitf487767ad0e58acb6c1ed3cc56daa0fb71b1f23a (patch)
treecae2969f0a7ab0ee87441719485eac55eb2b6f34 /docs
parent9eabb0735400e2b6059dfa3f0b47a426f61f570a (diff)
downloadxen-f487767ad0e58acb6c1ed3cc56daa0fb71b1f23a.tar.gz
xen-f487767ad0e58acb6c1ed3cc56daa0fb71b1f23a.tar.bz2
xen-f487767ad0e58acb6c1ed3cc56daa0fb71b1f23a.zip
docs: Pull Xen version from canonical location
rather than hard coding it and being wrong every time we branch for a release. Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com> Acked-by: Ian Campbell <ian.campbell@citrix.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Makefile b/docs/Makefile
index 72bd5e46ea..472b7ede9d 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -2,7 +2,7 @@ XEN_ROOT=$(CURDIR)/..
include $(XEN_ROOT)/Config.mk
-include $(XEN_ROOT)/config/Docs.mk
-VERSION = xen-unstable
+VERSION := $(shell $(MAKE) -C $(XEN_ROOT)/xen --no-print-directory xenversion)
DOC_MAN5SRC := $(wildcard man/*.pod.5)
DOC_MAN1SRC := $(wildcard man/*.pod.1)