URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4f658999e68791d083213eabf0de4202e5e4ab46
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
4f65899 by Gerald Combs (gerald@xxxxxxxxxxxxx):
    CMake: Migrate to hhc.cmake.
    
    Remove FindHHC.cmake in favor of CMake's FindHTMLHelp. Remove the
    hhc.cmd wrapper.
    
    Change-Id: I548e58d2264c74596e9067d5053b056c35089b3c
    Reviewed-on: https://code.wireshark.org/review/6449
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    
Actions performed:
    from  ffb6f10   CMake: Cygwin-ify the xmllint path as well.
    adds  4f65899   CMake: Migrate to hhc.cmake.
Summary of changes:
 Makefile.am                      |   23 ++++++++++++-----------
 cmake/modules/FindHHC.cmake      |   26 --------------------------
 cmake/modules/FindXSLTPROC.cmake |    4 ++++
 cmake/modules/hhc.cmake          |   11 +++++++----
 docbook/CMakeLists.txt           |   21 ++++++++++++---------
 tools/Makefile.am                |    1 -
 tools/hhc.cmd.in                 |    6 ------
 7 files changed, 35 insertions(+), 57 deletions(-)
 delete mode 100644 cmake/modules/FindHHC.cmake
 delete mode 100644 tools/hhc.cmd.in