https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=14258

--- Comment #1 from Gerald Combs <ger...@wireshark.org> ---
The top-level CMakeLists.txt currently calls

set(DOC_DIR "$ENV{docdir}")

at line 1422, then installs the PDF guides into ${DOC_DIR} at line 3146. We
should probably:

- Use CMAKE_INSTALL_FULL_DOCDIR (which is defined by GNUInstallDirs) instead of
DOC_DIR
- Move the doc installation stanza to a target (install_guides?) in
docbook/CMakeLists.txt.
- Install ws[ud]g_html_chunked instead of or in addition to the PDFs.

-- 
You are receiving this mail because:
You are watching all bug changes.
___________________________________________________________________________
Sent via:    Wireshark-bugs mailing list <wireshark-bugs@wireshark.org>
Archives:    https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
             mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

Reply via email to