diff options
author | Juergen Lock <nox@FreeBSD.org> | 2012-06-19 16:19:16 +0000 |
---|---|---|
committer | Juergen Lock <nox@FreeBSD.org> | 2012-06-19 16:19:16 +0000 |
commit | bae371eefccc3c7e313ffe81e5c96770608c5adf (patch) | |
tree | c22bff7ca26e64348c848ad29f71382e213e35a3 /emulators/qemu/files | |
parent | - fix package name (diff) |
- Fix build after texi2html grew a new arg so -number became ambigious. [1]
- Remove double quotes from *_DESC now that make showconfig no longer
needs them.
Submitted by: pointyhat via linimon and pav [1]
Notes
Notes:
svn path=/head/; revision=299641
Diffstat (limited to 'emulators/qemu/files')
-rw-r--r-- | emulators/qemu/files/patch-Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/emulators/qemu/files/patch-Makefile b/emulators/qemu/files/patch-Makefile index ef7e69d4f3e2..ba61a5f20acd 100644 --- a/emulators/qemu/files/patch-Makefile +++ b/emulators/qemu/files/patch-Makefile @@ -36,3 +36,12 @@ Index: qemu/Makefile endif install: all $(if $(BUILD_DOCS),install-doc) +@@ -321,7 +321,7 @@ cscope: + + # 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 $@") |