URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=700a474d3b3c61fac0a910c8efd35b66e40cbedc
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
700a474 by Gerald Combs (gerald@xxxxxxxx):
Start converting the User's Guide to AsciiDoc.
Convert the preface and introduction. Update various makefiles.
Change-Id: Id998cabadb6de458f04b7a43bdba4f98e4edb052
Reviewed-on: https://code.wireshark.org/review/3139
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Tested-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Actions performed:
from d52f4d5 simplify the tree handling a bit
adds 700a474 Start converting the User's Guide to AsciiDoc.
Summary of changes:
docbook/CMakeLists.txt | 23 +-
docbook/Makefile.am | 8 +-
docbook/Makefile.common | 16 +-
docbook/Makefile.nmake | 26 +-
docbook/asciidoc.conf | 7 +-
docbook/wsdg_src/WSDG_chapter_env_intro.asciidoc | 2 +-
docbook/wsdg_src/WSDG_chapter_sources.asciidoc | 2 +-
.../wsug_src/WSUG_chapter_introduction.asciidoc | 484 +++++++++++++
docbook/wsug_src/WSUG_chapter_introduction.xml | 710 --------------------
docbook/wsug_src/WSUG_preface.asciidoc | 116 ++++
docbook/wsug_src/WSUG_preface.xml | 169 -----
11 files changed, 651 insertions(+), 912 deletions(-)
create mode 100644 docbook/wsug_src/WSUG_chapter_introduction.asciidoc
delete mode 100644 docbook/wsug_src/WSUG_chapter_introduction.xml
create mode 100644 docbook/wsug_src/WSUG_preface.asciidoc
delete mode 100644 docbook/wsug_src/WSUG_preface.xml