URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5e3113e7c96c515d70288cdb5b44e0ebdc5b5711
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
5e3113e by Gerald Combs (gerald@xxxxxxxx):
Finish converting the Developer's Guide to AsciiDoc.
Add developer-guide-docinfo.xml, which lets us carry over DocBook front
matter. Remove the meta_info chapter. Most of its contents are now in
developer-guide-docinfo.xml. Add a DocBook revision history based on
hints from the Git/SVN/CVS revision history.
Comment out or note makefile content that's no longer necessary for
converting the Developer's Guide but will be useful for converting the
User's Guide. Fix building the release notes with CMake. Other minor
changes. Tested with Autotools, nmake, and CMake.
Change-Id: Ib6d50c821ca906fff50a84ad4d6af3212ebdff0a
Reviewed-on: https://code.wireshark.org/review/155
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Tested-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Actions performed:
from bed30b8 Fix the host entry.
adds 5e3113e Finish converting the Developer's Guide to AsciiDoc.
Summary of changes:
.gitignore | 1 +
cmake/modules/FindASCIIDOC.cmake | 9 +-
docbook/CMakeLists.txt | 63 +++++---
.../{GPL_appendix.xml => GPL_appendix.asciidoc} | 30 ++--
docbook/Makefile.am | 12 +-
docbook/Makefile.common | 17 +--
docbook/Makefile.nmake | 15 +-
docbook/check_git_version.sh | 3 +-
docbook/developer-guide-docinfo.xml | 57 +++++++
docbook/developer-guide.asciidoc | 52 +++++++
docbook/developer-guide.xml | 159 --------------------
docbook/ws.css | 2 +-
docbook/wsdg_src/WSDG_meta_info.xml | 21 ---
docbook/wsdg_src/WSDG_preface.asciidoc | 9 +-
14 files changed, 199 insertions(+), 251 deletions(-)
copy docbook/{GPL_appendix.xml => GPL_appendix.asciidoc} (97%)
create mode 100644 docbook/developer-guide-docinfo.xml
create mode 100644 docbook/developer-guide.asciidoc
delete mode 100644 docbook/developer-guide.xml
delete mode 100644 docbook/wsdg_src/WSDG_meta_info.xml