From: Marc-André Lureau <marcandre.lur...@redhat.com> Not sure this is really necessary, but it's easy to provide
Signed-off-by: Marc-André Lureau <marcandre.lur...@redhat.com> --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 918ad4e..5e09e88 100644 --- a/Makefile +++ b/Makefile @@ -525,8 +525,9 @@ qemu-monitor.texi: $(SRC_PATH)/hmp-commands.hx qemu-monitor-info.texi: $(SRC_PATH)/hmp-commands-info.hx $(call quiet-command,sh $(SRC_PATH)/scripts/hxtool -t < $< > $@," GEN $@") -qmp-commands.txt: $(SRC_PATH)/qmp-commands.hx - $(call quiet-command,sh $(SRC_PATH)/scripts/hxtool -q < $< > $@," GEN $@") +qmp-commands.txt: qemu-qapi.texi + $(call quiet-command,LC_ALL=C $(MAKEINFO) $(MAKEINFOFLAGS) --plaintext $< -o $@, \ + " GEN $@") qemu-img-cmds.texi: $(SRC_PATH)/qemu-img-cmds.hx $(call quiet-command,sh $(SRC_PATH)/scripts/hxtool -t < $< > $@," GEN $@") -- 2.4.3