Build system and documentation patches for 2019-07-15
-----BEGIN PGP SIGNATURE----- iQJGBAABCAAwFiEENUvIs9frKmtoZ05fOHC0AOuRhlMFAl0s0J4SHGFybWJydUBy ZWRoYXQuY29tAAoJEDhwtADrkYZTF5QQAIfAmJWWv0iD0Lajggaz4vzW68YWNFiy WrTS3EPht1JzFySEEVi5wHTOP0VfAp1V19LSmZAn3tTDrtjHq8k7N/XVo5ImGMSt neoTBRrySu3dyEpce/DBZdYw1gGe/ed2AaY0mCIgKkMvgZn/95ArgKWs683xt/fZ h7RaMZR1n2S33z2xKvMO7URpbrfiHSvghc0N0KrK8o4RzJ/dZsGVuIJNDraKTf64 eYGw+S5rXEl5+xhd8ILJRX3DXZy1xqPhq7u7sS4AMT21D6CKOX9jF3CslLQ8AoRS YpOjDOdiEe1ZLzB5MSp1ckl5viQc8eL9/2UiQGs1peGm67jB5SGaJxV+KtlqWcAA /x0KbQtyj1wdgiMBFp0gc4mmUdmo9wJkX1G/Tcfiwrz2XKRqVUQlDuqxkr4/t/jP hDALjw4SQM0GGnUhhz72Rhyb0LWwXokeBNsVXwjvgLlVxKVe1CyLiz+oVr7N06rp Dpq35r2YEzSSj1Ar5yXaGfMPRAfqPfCvkg7EF8gXnWGnIbL3frAmv+dW+XY9erZY ajmGb5JP57FnvW2iGA0Zqzy98t/xYAp3CUus96fd1P1WTP5UhUTOniaVQEMudShD Y1PrrRYsKqU1ich4J0OOVyc1ol5Q7rj8h5dkGrAYstOgK/jG3vaoj+Kw7ElzIXr4 PNco+mgevtOl =iJ+4 -----END PGP SIGNATURE----- Merge remote-tracking branch 'remotes/armbru/tags/pull-build-2019-07-15' into staging Build system and documentation patches for 2019-07-15 # gpg: Signature made Mon 15 Jul 2019 20:14:38 BST # gpg: using RSA key 354BC8B3D7EB2A6B68674E5F3870B400EB918653 # gpg: issuer "armbru@redhat.com" # gpg: Good signature from "Markus Armbruster <armbru@redhat.com>" [full] # gpg: aka "Markus Armbruster <armbru@pond.sub.org>" [full] # Primary key fingerprint: 354B C8B3 D7EB 2A6B 6867 4E5F 3870 B400 EB91 8653 * remotes/armbru/tags/pull-build-2019-07-15: qemu-tech: Fix dangling @menu entries Makefile: Fix missing dependency of on qemu-tech.texi Makefile: Fix "make install" when "make all" needs work Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
commit
d7179eca73
4
Makefile
4
Makefile
@ -522,6 +522,7 @@ $(ROM_DIRS_RULES):
|
||||
recurse-all: $(addsuffix /all, $(TARGET_DIRS) $(ROM_DIRS))
|
||||
recurse-clean: $(addsuffix /clean, $(TARGET_DIRS) $(ROM_DIRS))
|
||||
recurse-install: $(addsuffix /install, $(TARGET_DIRS))
|
||||
$(addsuffix /install, $(TARGET_DIRS)): all
|
||||
|
||||
$(BUILD_DIR)/version.o: $(SRC_PATH)/version.rc config-host.h
|
||||
$(call quiet-command,$(WINDRES) -I$(BUILD_DIR) -o $@ $<,"RC","version.o")
|
||||
@ -1020,7 +1021,8 @@ pdf: qemu-doc.pdf docs/interop/qemu-qmp-ref.pdf docs/interop/qemu-ga-ref.pdf
|
||||
txt: qemu-doc.txt docs/interop/qemu-qmp-ref.txt docs/interop/qemu-ga-ref.txt
|
||||
|
||||
qemu-doc.html qemu-doc.info qemu-doc.pdf qemu-doc.txt: \
|
||||
qemu-img.texi qemu-nbd.texi qemu-options.texi qemu-option-trace.texi \
|
||||
qemu-img.texi qemu-nbd.texi qemu-options.texi \
|
||||
qemu-tech.texi qemu-option-trace.texi \
|
||||
qemu-deprecated.texi qemu-monitor.texi qemu-img-cmds.texi qemu-ga.texi \
|
||||
qemu-monitor-info.texi docs/qemu-block-drivers.texi \
|
||||
docs/qemu-cpu-models.texi docs/security.texi
|
||||
|
@ -3,10 +3,7 @@
|
||||
|
||||
@menu
|
||||
* CPU emulation::
|
||||
* Translator Internals::
|
||||
* QEMU compared to other emulators::
|
||||
* Managed start up options::
|
||||
* Bibliography::
|
||||
@end menu
|
||||
|
||||
@node CPU emulation
|
||||
|
Loading…
Reference in New Issue
Block a user