Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 417905
Collapse All | Expand All

(-)qemu.orginal//files/qemu-0.11.1-texi2html.patch (+12 lines)
Line 0 Link Here
1
--- qemu.orginal/Makefile      2012-07-29 10:20:15.000000000 +0200
2
+++ qemu/Makefile        2012-07-29 10:20:32.000000000 +0200
3
@@ -308,7 +308,7 @@
4
 
5
 # documentation
6
 %.html: %.texi
7
-	$(call quiet-command,texi2html -I=. -monolithic -number $<,"  GEN   $@")
8
+	$(call quiet-command,texi2html -I=. -monolithic -number-sections $<,"  GEN   $@")
9
 
10
 %.info: %.texi
11
	$(call quiet-command,makeinfo -I . $< -o $@,"  GEN   $@")
12

Return to bug 417905