From: Marc-André Lureau Date: Fri, 13 Jan 2017 14:41:30 +0000 (+0100) Subject: docs: add qemu logo to pdf X-Git-Tag: v2.9.0-rc0~148^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c051a4c2020f31fba134f54e03fc48aac3be4706;p=thirdparty%2Fqemu.git docs: add qemu logo to pdf Add a logo to texi2pdf output. Other formats (info/html) are left as future improvements. The PDF (needed by texi2pdf for vectorized images) was generated from pc-bios/qemu_logo.svg like this: inkscape --export-pdf=docs/qemu_logo.pdf pc-bios/qemu_logo.svg Signed-off-by: Marc-André Lureau Reviewed-by: Markus Armbruster Message-Id: <20170113144135.5150-17-marcandre.lureau@redhat.com> Signed-off-by: Markus Armbruster --- diff --git a/docs/qemu-ga-ref.texi b/docs/qemu-ga-ref.texi index b8898027dc7..87cc8d01a56 100644 --- a/docs/qemu-ga-ref.texi +++ b/docs/qemu-ga-ref.texi @@ -6,6 +6,10 @@ @settitle QEMU Guest Agent Protocol Reference +@iftex +@center @image{docs/qemu_logo} +@end iftex + @copying This is the QEMU Guest Agent Protocol reference manual. diff --git a/docs/qemu-qmp-ref.texi b/docs/qemu-qmp-ref.texi index efb3370a246..818e52573bb 100644 --- a/docs/qemu-qmp-ref.texi +++ b/docs/qemu-qmp-ref.texi @@ -6,6 +6,10 @@ @settitle QEMU QMP Reference Manual +@iftex +@center @image{docs/qemu_logo} +@end iftex + @copying This is the QEMU QMP reference manual. diff --git a/docs/qemu_logo.pdf b/docs/qemu_logo.pdf new file mode 100644 index 00000000000..294cb7dec50 Binary files /dev/null and b/docs/qemu_logo.pdf differ