[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [qemu-xen-unstable] qemu-xen-traditional: disable docs
commit 13c144d96e825f145e5b37f97e5f6210c2c645e9 Author: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> AuthorDate: Mon Jun 17 17:39:51 2013 +0100 Commit: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx> CommitDate: Mon Jun 17 17:39:51 2013 +0100 qemu-xen-traditional: disable docs Perl 5.18 is unhappy with the qemu-xen-traditional documents, giving this error: qemu.pod around line 91: Non-ASCII character seen before =encoding in 'Schuetz.'. Assuming UTF-8 POD document had syntax errors at /usr/bin/core_pe\ rl/pod2man line 71. make[3]: *** [qemu.1] Error 255 We do not want these docs. They are not really relevant to Xen users. So instead of backporting the utf-8 fix from qemu upstream (3179d694a8dcaa091131e3db644d445c0130713e), we just disable the docs build. We do this in xen-hooks.mak because qemu-xen-traditional's configure script lacks the ability to explicitly disable the docs build. (The docs build for upstream-based qemu-xen was already disabled by xen.git#a0d110801d701c43e7b8c73dbd6b2444a10a7cdb) Reported-by: jacek burghardt <jaceksburghardt@xxxxxxxxx> Acked-by: George Dunlap <george.dunlap@xxxxxxxxxxxxx> (re 4.3 release) Signed-off-by: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx> --- xen-hooks.mak | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/xen-hooks.mak b/xen-hooks.mak index b55f45b..58d61c9 100644 --- a/xen-hooks.mak +++ b/xen-hooks.mak @@ -83,4 +83,6 @@ datadir := $(subst qemu,xen/qemu,$(datadir)) docdir := $(subst qemu,xen/qemu,$(docdir)) mandir := $(subst share/man,share/xen/man,$(mandir)) +BUILD_DOCS= + configdir := $(XEN_SCRIPT_DIR) -- generated by git-patchbot for /home/xen/git/qemu-xen-unstable.git _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |