Commit f3548328783d49bb3f22c16b644b1156361e6678
1 parent
45a8f3ca
info and dvi doc targets
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1875 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
6 additions
and
0 deletions
Makefile
... | ... | @@ -85,6 +85,12 @@ cscope: |
85 | 85 | %.html: %.texi |
86 | 86 | texi2html -monolithic -number $< |
87 | 87 | |
88 | +%.info: %.texi | |
89 | + makeinfo $< -o $@ | |
90 | + | |
91 | +%.dvi: %.texi | |
92 | + texi2dvi $< | |
93 | + | |
88 | 94 | qemu.1: qemu-doc.texi |
89 | 95 | $(SRC_PATH)/texi2pod.pl $< qemu.pod |
90 | 96 | pod2man --section=1 --center=" " --release=" " qemu.pod > $@ | ... | ... |