Skip to content

Commit

Permalink
info and dvi doc targets
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1875 c046a42c-6fe2-441c-8c8c-71466251a162
  • Loading branch information
bellard committed Apr 30, 2006
1 parent 45a8f3c commit f354832
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 > $@
Expand Down

0 comments on commit f354832

Please sign in to comment.