Wireshark-commits: [Wireshark-commits] master c15ada3: Update tools help using a script.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 05 Sep 2018 15:28:50 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c15ada34b17b614230194ba8f22dad76b51c30fa
Submitter: "Gerald Combs <gerald@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

c15ada3 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Update tools help using a script.
    
    Update docbook/wsug_src/*.txt using tools/update-tools-help.py. This
    removes a lot of unwanted behavior that came with updating via a CMake
    target.
    
    Change-Id: I0a24f425e9673ef7bd074210d7047654c6755e79
    Reviewed-on: https://code.wireshark.org/review/29416
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  a1ae40f   proto: Reset handled occurrences counter
     add  c15ada3   Update tools help using a script.


Summary of changes:
 CMakeLists.txt             | 14 ++++----
 docbook/CMakeLists.txt     | 89 +++++++++-------------------------------------
 tools/update-tools-help.py | 87 ++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 112 insertions(+), 78 deletions(-)
 create mode 100755 tools/update-tools-help.py