Wireshark-commits: [Wireshark-commits] master d310115: Convert admon graphics to SVG.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 24 Aug 2014 02:56:38 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d31011572def589f5c7926c780e0e82a3f61216d
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

d310115 by Gerald Combs (gerald@xxxxxxxx):

    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@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  7d035a1   WSUG: Minor fixups for the statistics chapter.
    adds  d310115   Convert admon graphics to SVG.


Summary of changes:
 cmake/modules/FindXSLTPROC.cmake           |   11 ++-
 debian/rules                               |    2 +-
 docbook/CMakeLists.txt                     |   14 ++--
 docbook/Makefile.am                        |   33 +++-----
 docbook/Makefile.common                    |   36 +++++++--
 docbook/Makefile.nmake                     |   41 ++++++----
 docbook/common_graphics/note.svg           |  113 ++++++++++++++++++++++++++++
 docbook/common_graphics/tip.svg            |  110 +++++++++++++++++++++++++++
 docbook/common_graphics/warning.svg        |  101 +++++++++++++++++++++++++
 docbook/custom_layer_pdf.xsl               |    2 +-
 docbook/wsdg_graphics/note.png             |  Bin 1111 -> 0 bytes
 docbook/wsdg_graphics/tip.png              |  Bin 1176 -> 0 bytes
 docbook/wsdg_graphics/warning.png          |  Bin 1274 -> 0 bytes
 docbook/wsug_graphics/note.png             |  Bin 1111 -> 0 bytes
 docbook/wsug_graphics/tip.png              |  Bin 1176 -> 0 bytes
 docbook/wsug_graphics/warning.png          |  Bin 1274 -> 0 bytes
 docbook/wsug_src/WSUG_chapter_use.asciidoc |   10 +--
 17 files changed, 410 insertions(+), 63 deletions(-)
 create mode 100644 docbook/common_graphics/note.svg
 create mode 100644 docbook/common_graphics/tip.svg
 create mode 100644 docbook/common_graphics/warning.svg
 delete mode 100644 docbook/wsdg_graphics/note.png
 delete mode 100644 docbook/wsdg_graphics/tip.png
 delete mode 100644 docbook/wsdg_graphics/warning.png
 delete mode 100644 docbook/wsug_graphics/note.png
 delete mode 100644 docbook/wsug_graphics/tip.png
 delete mode 100644 docbook/wsug_graphics/warning.png