Convert admon graphics to SVG.
authorGerald Combs <gerald@zing.org>
Thu, 24 Jul 2014 01:28:32 +0000 (18:28 -0700)
committerGerald Combs <gerald@wireshark.org>
Sun, 24 Aug 2014 02:56:35 +0000 (02:56 +0000)
commitd31011572def589f5c7926c780e0e82a3f61216d
tree0d534d0ffae5b989c8d2374e97c9658cbd65245e
parent7d035a12b3762fccfd28694dd1ade2c8cd72ea7f
Convert admon graphics to SVG.

Use a common set of SVG files for AsciiDoc / DocBook admonition
graphics. Put them in a common directory. According to
http://caniuse.com/svg all common browsers have had SVG support for
a while now.

The graphics themselves were created with Inkscape. If you would like
to refine them further you are more than welcome.

Use variables to assemble xsltproc commands in Autotools and Nmake
while we're here.

Try to update Debian rules to reflect ga92c3fb.

Change-Id: If82647af27a60117c517125dff0aca81c033be72
Reviewed-on: https://code.wireshark.org/review/3206
Petri-Dish: Gerald Combs <gerald@wireshark.org>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Gerald Combs <gerald@wireshark.org>
17 files changed:
cmake/modules/FindXSLTPROC.cmake
debian/rules
docbook/CMakeLists.txt
docbook/Makefile.am
docbook/Makefile.common
docbook/Makefile.nmake
docbook/common_graphics/note.svg [new file with mode: 0644]
docbook/common_graphics/tip.svg [new file with mode: 0644]
docbook/common_graphics/warning.svg [new file with mode: 0644]
docbook/custom_layer_pdf.xsl
docbook/wsdg_graphics/note.png [deleted file]
docbook/wsdg_graphics/tip.png [deleted file]
docbook/wsdg_graphics/warning.png [deleted file]
docbook/wsug_graphics/note.png [deleted file]
docbook/wsug_graphics/tip.png [deleted file]
docbook/wsug_graphics/warning.png [deleted file]
docbook/wsug_src/WSUG_chapter_use.asciidoc