diff -r -u -P qemu.orginal//files/qemu-0.11.1-texi2html.patch qemu//files/qemu-0.11.1-texi2html.patch --- qemu.orginal//files/qemu-0.11.1-texi2html.patch 1970-01-01 01:00:00.000000000 +0100 +++ qemu//files/qemu-0.11.1-texi2html.patch 2012-07-29 10:29:40.000000000 +0200 @@ -0,0 +1,12 @@ +--- qemu.orginal/Makefile 2012-07-29 10:20:15.000000000 +0200 ++++ qemu/Makefile 2012-07-29 10:20:32.000000000 +0200 +@@ -308,7 +308,7 @@ + + # documentation + %.html: %.texi +- $(call quiet-command,texi2html -I=. -monolithic -number $<," GEN $@") ++ $(call quiet-command,texi2html -I=. -monolithic -number-sections $<," GEN $@") + + %.info: %.texi + $(call quiet-command,makeinfo -I . $< -o $@," GEN $@") +