From 1f02231ed89d9a352bd8185a13b3a72e5a451b6c Mon Sep 17 00:00:00 2001 From: blueswir1 Date: Sun, 19 Apr 2009 10:25:05 +0000 Subject: [PATCH] Build system: Fix dependency of qemu.1 Signed-off-by: Jan Kiszka git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7190 c046a42c-6fe2-441c-8c8c-71466251a162 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1ffeb5a..ed887de 100644 --- a/Makefile +++ b/Makefile @@ -310,7 +310,7 @@ cscope: qemu-options.texi: $(SRC_PATH)/qemu-options.hx $(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, \ perl -Ww -- $(SRC_PATH)/texi2pod.pl $< qemu.pod && \ pod2man --section=1 --center=" " --release=" " qemu.pod > $@, \ -- 2.7.4