Wireshark-commits: [Wireshark-commits] master eb047b0: Fix inclusion of images in PDF versions of t

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 13 May 2016 12:00:03 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=eb047b0ec71355d06318864d0c05befdb9cd7cb8
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

eb047b0 by Jeff Morriss (jeff.morriss.ws@xxxxxxxxx):

    Fix inclusion of images in PDF versions of the guides.
    
    We need to point xsltproc to the images directories.
    
    The bigger images have scaling problems but at least they're
    there now.
    
    This is already done in cmake.
    
    Change-Id: I260a8f3e335b9f5726811bcd6811f6c5b9f3a6b2
    Reviewed-on: https://code.wireshark.org/review/15408
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  2b52f24   automake/nmake: run checkAPIs in ui/cli/
    adds  eb047b0   Fix inclusion of images in PDF versions of the guides.


Summary of changes:
 docbook/Makefile.am     |    4 ++++
 docbook/Makefile.common |    8 ++++++++
 docbook/Makefile.nmake  |   17 +++++++++++++----
 3 files changed, 25 insertions(+), 4 deletions(-)