]> git.proxmox.com Git - qemu.git/commit
Documentation: Add build support for documentation in pdf format
authorStefan Weil <weil@mail.berlios.de>
Fri, 29 Jan 2010 22:16:50 +0000 (23:16 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Wed, 10 Feb 2010 17:56:56 +0000 (11:56 -0600)
commit20cc99972cea37de519253cb31790045cb0c8604
treeec9e467ec18486a297eecba0e53acb27a4aa2675
parentf582af586587363973d95245b468c2968e320d00
Documentation: Add build support for documentation in pdf format

Makefile already supported dvi, html and info formats,
but pdf was missing.

pdf is especially convenient for printing and for
documentation reviews. I hope it will help to
improve qemu's documentation.

Make now supports the new target 'pdf' which will
create qemu-doc.pdf and qemu-tech.pdf. It is also
possible to build both files individually.

texi2pdf and texi2dvi are rather noisy, so normally
some less important warnings are suppressed.
When make is called with V=1 (verbose mode),
warnings are not suppressed.

The patch also sorts the documentation targets
alphabetically and wraps a line which was too long.

Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
.gitignore
Makefile