From a0d110801d701c43e7b8c73dbd6b2444a10a7cdb Mon Sep 17 00:00:00 2001 From: Wei Liu Date: Fri, 22 Feb 2013 11:31:44 +0000 Subject: tools: disable docs for QEMU build Texinfo 5 breaks QEMU builds. As we do not need documents from QEMU, just disable it. Signed-off-by: Wei Liu Tested-by: jacek burghardt --- tools/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/Makefile') diff --git a/tools/Makefile b/tools/Makefile index 2ca43b9cda..bea1489b03 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -197,6 +197,7 @@ subdir-all-qemu-xen-dir: qemu-xen-dir-find --bindir=$(LIBEXEC) \ --datadir=$(SHAREDIR)/qemu-xen \ --disable-kvm \ + --disable-docs \ --python=$(PYTHON) \ $(IOEMU_CONFIGURE_CROSS); \ $(MAKE) all -- cgit v1.2.3