Wireshark-commits: [Wireshark-commits] master c2eddff: CMake: Fix DOCDIR on Unix
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 02 Feb 2019 16:53:56 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c2eddffb84e7b7c9f8c001d74f8e9c845687bcce
Submitter: "João Valverde <j@xxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

c2eddff by João Valverde (joao.valverde@xxxxxxxxxxxxxxxxxx):

    CMake: Fix DOCDIR on Unix
    
    User guides are installed to doc/Wireshark. Use doc/wireshark instead.
    
    Remove leftover variable CPACK_PACKAGE_NAME.
    
    Change-Id: I9a1d6bdc7d8f0b48c61e43679285d5ba83904a63
    Reviewed-on: https://code.wireshark.org/review/31851
    Petri-Dish: João Valverde <j@xxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: João Valverde <j@xxxxxx>
    

Actions performed:

    from  16e20cc   Switch my contact address
     add  c2eddff   CMake: Fix DOCDIR on Unix


Summary of changes:
 CMakeLists.txt                 | 36 +++++++++++++++++++-----------------
 codecs/CMakeLists.txt          |  2 +-
 epan/CMakeLists.txt            |  2 +-
 epan/dfilter/CMakeLists.txt    |  2 +-
 epan/dissectors/CMakeLists.txt |  2 +-
 epan/ftypes/CMakeLists.txt     |  2 +-
 epan/wmem/CMakeLists.txt       |  2 +-
 wiretap/CMakeLists.txt         |  2 +-
 wsutil/CMakeLists.txt          |  2 +-
 9 files changed, 27 insertions(+), 25 deletions(-)