1 Feb 2010 11:22
Re: [PATCH] Build and install more documentation formats
Stefan Weil <weil <at> mail.berlios.de>
2010-02-01 10:22:10 GMT
2010-02-01 10:22:10 GMT
Dirk Ullrich schrieb: > Hi, > > I have patched QEMU's "configure" script and its main makefile: Now > QEMU's documentation is also created in PDF format (using "texi2pdf"), > and the targets "install-all-doc" / "install-all" install > documentation in INFO and PDF format, too. May be others find this > feature useful. > > Dirk > > For response please CC me since I am no "qemu-devel" subscriber (yet). > > diff --git a/Makefile b/Makefile > index 3848627..641fdbd 100644 > --- a/Makefile > +++ b/Makefile > <at> <at> -21,7 +21,8 <at> <at> endif > Makefile: ; > configure: ; > > -.PHONY: all clean cscope distclean dvi html info install install-doc \ > +.PHONY: all clean cscope distclean dvi pdf html info install > install-all \ > + install-nodoc install-doc install-all-doc \ > recurse-all speed tar tarbin test build-all > > $(call set-vpath, $(SRC_PATH):$(SRC_PATH)/hw) > <at> <at> -34,6 +35,12 <at> <at> else > DOCS=(Continue reading)
RSS Feed