qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] build system: Fix dependency of qemu.1
@ 2009-04-19  9:55 Jan Kiszka
  2009-04-19 10:25 ` Blue Swirl
  0 siblings, 1 reply; 2+ messages in thread
From: Jan Kiszka @ 2009-04-19  9:55 UTC (permalink / raw)
  To: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 606 bytes --]

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---

 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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 > $@, \


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 257 bytes --]

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Qemu-devel] [PATCH] build system: Fix dependency of qemu.1
  2009-04-19  9:55 [Qemu-devel] [PATCH] build system: Fix dependency of qemu.1 Jan Kiszka
@ 2009-04-19 10:25 ` Blue Swirl
  0 siblings, 0 replies; 2+ messages in thread
From: Blue Swirl @ 2009-04-19 10:25 UTC (permalink / raw)
  To: qemu-devel

On 4/19/09, Jan Kiszka <jan.kiszka@web.de> wrote:
> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>

Thanks, applied.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-04-19 10:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-19  9:55 [Qemu-devel] [PATCH] build system: Fix dependency of qemu.1 Jan Kiszka
2009-04-19 10:25 ` Blue Swirl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).