Wireshark-commits: [Wireshark-commits] master 02c5a12: WSUG: Convert the "User Interface" chapter t
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=02c5a12ee41c730211055b3252416e6e8c8f0748
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
02c5a12 by Gerald Combs (gerald@xxxxxxxx):
WSUG: Convert the "User Interface" chapter to AsciiDoc.
Add the "asciidoc.conf" compatibility configuration file from
Asciidoctor. Although we don't use Asciidoctor it gives us macros that
keep us from losing some useful DocBook elements. Update various CMake
files to support multiple AsciiDoc configuration files.
Leave most of the content intact for now. Hopefully the other chapters
aren't as laden with markup.
Change-Id: Id69757342b86abb2b3130cb61e90f5695a26ea8a
Reviewed-on: https://code.wireshark.org/review/3680
Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Actions performed:
from 6854d89 USB: call USB control dissector table when recipient is "other"
adds 02c5a12 WSUG: Convert the "User Interface" chapter to AsciiDoc.
Summary of changes:
cmake/modules/FindASCIIDOC.cmake | 110 +-
cmake/modules/FindXSLTPROC.cmake | 5 +-
docbook/CMakeLists.txt | 52 +-
docbook/Makefile.common | 6 +-
docbook/Makefile.nmake | 5 +-
docbook/asciidoctor-asciidoc.conf | 398 ++++
docbook/ws.css | 4 +
docbook/wsug_src/WSUG_chapter_use.asciidoc | 854 +++++++++
docbook/wsug_src/WSUG_chapter_use.xml | 2796 ----------------------------
9 files changed, 1373 insertions(+), 2857 deletions(-)
create mode 100644 docbook/asciidoctor-asciidoc.conf
create mode 100644 docbook/wsug_src/WSUG_chapter_use.asciidoc
delete mode 100644 docbook/wsug_src/WSUG_chapter_use.xml