URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3c163637d6890ce5782fc204186629b789932d32
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
3c16363 by Gerald Combs (gerald@xxxxxxxxxxxxx):
WSUG: Fixup PDF images.
Pass relative image directory paths to xsltproc. The DocBook documentation
says you can use a URI, but trying to get that to work with CMake
and Windows appears to be a path to tears and undignified wails of
frustration.
Add attributes for our different types of images and use them so that
the PDFs don't scale our screenshots to an unusable size.
Change-Id: I786d09d9ef9be3d423b2af426a8867739ae12c1a
Reviewed-on: https://code.wireshark.org/review/17688
Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Actions performed:
from 1e3c57b nfs: Primary Data's NFSv4 DataSphere filehandle decoder
adds 3c16363 WSUG: Fixup PDF images.
Summary of changes:
cmake/modules/FindXSLTPROC.cmake | 5 +-
docbook/asciidoc.conf | 9 ++
docbook/wsug_src/WSUG_chapter_advanced.asciidoc | 10 +-
docbook/wsug_src/WSUG_chapter_capture.asciidoc | 26 ++--
docbook/wsug_src/WSUG_chapter_customize.asciidoc | 18 +--
.../wsug_src/WSUG_chapter_introduction.asciidoc | 2 +-
docbook/wsug_src/WSUG_chapter_io.asciidoc | 34 +++---
docbook/wsug_src/WSUG_chapter_statistics.asciidoc | 18 +--
docbook/wsug_src/WSUG_chapter_telephony.asciidoc | 6 +-
docbook/wsug_src/WSUG_chapter_use.asciidoc | 128 ++++++++++----------
docbook/wsug_src/WSUG_chapter_work.asciidoc | 22 ++--
11 files changed, 144 insertions(+), 134 deletions(-)