Build system: Fix dependency of qemu.1
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7190 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
640f42e4e9
commit
7545668bfe
2
Makefile
2
Makefile
@ -310,7 +310,7 @@ cscope:
|
|||||||
qemu-options.texi: $(SRC_PATH)/qemu-options.hx
|
qemu-options.texi: $(SRC_PATH)/qemu-options.hx
|
||||||
$(call quiet-command,sh $(SRC_PATH)/hxtool -t < $< > $@," GEN $@")
|
$(call quiet-command,sh $(SRC_PATH)/hxtool -t < $< > $@," GEN $@")
|
||||||
|
|
||||||
qemu.1: qemu-doc.texi
|
qemu.1: qemu-doc.texi qemu-options.texi
|
||||||
$(call quiet-command, \
|
$(call quiet-command, \
|
||||||
perl -Ww -- $(SRC_PATH)/texi2pod.pl $< qemu.pod && \
|
perl -Ww -- $(SRC_PATH)/texi2pod.pl $< qemu.pod && \
|
||||||
pod2man --section=1 --center=" " --release=" " qemu.pod > $@, \
|
pod2man --section=1 --center=" " --release=" " qemu.pod > $@, \
|
||||||
|
Loading…
Reference in New Issue
Block a user