diff options
author | Stefan Weil <weil@mail.berlios.de> | 2010-01-29 23:16:50 +0100 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2010-02-10 11:56:56 -0600 |
commit | 79047c2b2b6269a35505ba6b01ac1e1d612bc510 (patch) | |
tree | ec9e467ec18486a297eecba0e53acb27a4aa2675 /.gitignore | |
parent | 3819862e413b9dbd10b861fb00a18ce6cfae3bd0 (diff) | |
download | qemu-79047c2b2b6269a35505ba6b01ac1e1d612bc510.tar.gz qemu-79047c2b2b6269a35505ba6b01ac1e1d612bc510.tar.bz2 qemu-79047c2b2b6269a35505ba6b01ac1e1d612bc510.zip |
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>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index d7d2146c07..dfc8e5b133 100644 --- a/.gitignore +++ b/.gitignore @@ -36,6 +36,7 @@ qemu-monitor.texi *.fn *.ky *.log +*.pdf *.pg *.toc *.tp |