summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorUli Heilmeier <uh@heilmeier.eu>2016-10-12 21:55:54 +0200
committerGuy Harris <guy@alum.mit.edu>2016-10-14 03:33:34 +0000
commit9a6539990d16c02954a6eebfaf500d401d25b29a (patch)
tree75d2f6def0e62008c77e8b7552c50a769845c909 /doc
parent25e7b63ea557baaef05b4672fb33bae04653e4d7 (diff)
downloadwireshark-9a6539990d16c02954a6eebfaf500d401d25b29a.tar.gz
CMakeLists: Add man files
Current Wireshark.app bundle on OS X doesn't include man pages. This is the second try after commit 7da23ca1a5bba4af5e1104f4d3d3d44e918552b0 has been reverted. Now cmake gets the information that the man files are generated. Bug: 12746 Change-Id: I34dfec65bd57587ee048d7e1e2557fc9ab2b32eb Reviewed-on: https://code.wireshark.org/review/18170 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'doc')
-rw-r--r--doc/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
index 2b808653f3..0d57847a98 100644
--- a/doc/CMakeLists.txt
+++ b/doc/CMakeLists.txt
@@ -122,6 +122,9 @@ set(MAN4_INSTALL_FILES
${CMAKE_CURRENT_BINARY_DIR}/wireshark-filter.4
)
+set(BUNDLE_RESOURCE_SHARE_MAN1_FILES ${MAN1_INSTALL_FILES} PARENT_SCOPE)
+set(BUNDLE_RESOURCE_SHARE_MAN4_FILES ${MAN4_INSTALL_FILES} PARENT_SCOPE)
+
set(HTML_INSTALL_FILES
${CMAKE_CURRENT_BINARY_DIR}/asn2deb.html
${CMAKE_CURRENT_BINARY_DIR}/androiddump.html