]> xenbits.xensource.com Git - qemu-xen-4.0-testing.git/commitdiff
info and dvi doc targets
authorbellard <bellard>
Sun, 30 Apr 2006 22:51:54 +0000 (22:51 +0000)
committerbellard <bellard>
Sun, 30 Apr 2006 22:51:54 +0000 (22:51 +0000)
Makefile

index ff60329ad76cd13fa8bb4daba89ae0da46ed2473..44e56a0a06812859c9f86709b3f5b766a09561e0 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -85,6 +85,12 @@ cscope:
 %.html: %.texi
        texi2html -monolithic -number $<
 
+%.info: %.texi
+       makeinfo $< -o $@
+
+%.dvi: %.texi
+       texi2dvi $<
+
 qemu.1: qemu-doc.texi
        $(SRC_PATH)/texi2pod.pl $< qemu.pod
        pod2man --section=1 --center=" " --release=" " qemu.pod > $@