Marc-André Lureau <marcandre.lur...@redhat.com> writes: > 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 thanks > to inkscape, from the pc-bios/qemu_logo.svg file, with the following > command:
Suggest: The PDF (needed by texi2pdf for vectorized images) was generated from pc-bios/qemu_logo.svg like this: Can touch up on commit. > > inkscape --export-pdf=docs/qemu_logo.pdf pc-bios/qemu_logo.svg > > Signed-off-by: Marc-André Lureau <marcandre.lur...@redhat.com> According to the Texinfo documentation, not having any of qemu_logo.png, .jpg, .jpeg, .gif is an error, but my actual programs don't throw one. I'm worried that other versions might. Reluctantly Reviewed-by: Markus Armbruster <arm...@redhat.com>