URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=62289300d6331b0c23100ae152fddfdc20811733
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
6228930 by Gerald Combs (gerald@xxxxxxxx):
Finish converting the User's Guide to AsciiDoc.
As with the Developer's Guide, add user-guide-docinfo.xml, which lets us
carry over DocBook front matter. Remove the meta_info chapter. Most of
its contents are now in user-guide-docinfo.xml. Add a DocBook revision
history based on hints from the Git/SVN/CVS revision history.
Remove the various makefile targets for converting AsciiDoc files to
DocBook chapters. Remove GPL_appendix.xml. We use the AsciiDoc version.
Change-Id: I543fa2a92f2c735c5f00c97ec65cff2187e09e3a
Reviewed-on: https://code.wireshark.org/review/5216
Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Actions performed:
from 055e476 Add subdissector table for MPLS PW Associated Channel Type
adds 6228930 Finish converting the User's Guide to AsciiDoc.
Summary of changes:
.gitignore | 1 +
docbook/CMakeLists.txt | 87 +-------
docbook/GPL_appendix.xml | 358 -------------------------------
docbook/Makefile.am | 23 +-
docbook/Makefile.common | 22 +-
docbook/Makefile.nmake | 34 ++-
docbook/developer-guide-docinfo.xml | 31 +--
docbook/developer-guide.asciidoc | 3 +-
docbook/user-guide-docinfo.xml | 149 +++++++++++++
docbook/user-guide.asciidoc | 34 +++
docbook/user-guide.xml | 363 --------------------------------
docbook/wsug_src/WSUG_meta_info.xml | 37 ----
docbook/wsug_src/WSUG_preface.asciidoc | 46 ++--
13 files changed, 253 insertions(+), 935 deletions(-)
delete mode 100644 docbook/GPL_appendix.xml
create mode 100644 docbook/user-guide-docinfo.xml
create mode 100644 docbook/user-guide.asciidoc
delete mode 100644 docbook/user-guide.xml
delete mode 100644 docbook/wsug_src/WSUG_meta_info.xml