@ -65,7 +65,7 @@ LIBS+=-lz $(LIBS_TOOLS)
HELPERS-$(CONFIG_LINUX) = qemu-bridge-helper$( EXESUF)
i f d e f B U I L D _ D O C S
DOCS = qemu-doc.html qemu-tech.html qemu.1 qemu-img.1 qemu-nbd.8 QMP/ qmp-commands.txt
DOCS = qemu-doc.html qemu-tech.html qemu.1 qemu-img.1 qemu-nbd.8 qmp-commands.txt
i f d e f C O N F I G _ V I R T F S
DOCS += fsdev/virtfs-proxy-helper.1
e n d i f
@ -304,7 +304,7 @@ endif
install-doc : $( DOCS )
$( INSTALL_DIR) " $( DESTDIR) $( qemu_docdir) "
$( INSTALL_DATA) qemu-doc.html qemu-tech.html " $( DESTDIR) $( qemu_docdir) "
$( INSTALL_DATA) QMP/ qmp-commands.txt " $( DESTDIR) $( qemu_docdir) "
$( INSTALL_DATA) qmp-commands.txt " $( DESTDIR) $( qemu_docdir) "
i f d e f C O N F I G _ P O S I X
$( INSTALL_DIR) " $( DESTDIR) $( mandir) /man1 "
$( INSTALL_DATA) qemu.1 " $( DESTDIR) $( mandir) /man1 "
@ -398,7 +398,7 @@ qemu-options.texi: $(SRC_PATH)/qemu-options.hx
qemu-monitor.texi : $( SRC_PATH ) /hmp -commands .hx
$( call quiet-command,sh $( SRC_PATH) /scripts/hxtool -t < $< > $@ ," GEN $@ " )
QMP/ qmp-commands.txt: $( SRC_PATH ) /qmp -commands .hx
qmp-commands.txt : $( SRC_PATH ) /qmp -commands .hx
$( call quiet-command,sh $( SRC_PATH) /scripts/hxtool -q < $< > $@ ," GEN $@ " )
qemu-img-cmds.texi : $( SRC_PATH ) /qemu -img -cmds .hx