[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] docs: Pull Xen version from canonical location
On Tue, 2013-07-02 at 21:02 +0100, Andrew Cooper wrote: > rather than hard coding it and being wrong every time we branch for a release. > > Signed-off-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx> > > -- > This should be placed in unstable, and backported to 4.3 and 4.2 > --- > docs/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/docs/Makefile b/docs/Makefile > index 72bd5e4..472b7ed 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) _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |