aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2019-09-27 23:06:57 +0100
committerJoão Valverde <j@v6e.pt>2019-09-27 22:14:21 +0000
commit071ca80d9825390bf3f2ff7ef05178780044e984 (patch)
treedb56a55dfeff3eed8040244b4b81b4bce99f2ee9 /doc
parent0b571c9ab7b1332feebdc527490f6422dde7f1b3 (diff)
CMake: Fix sdjournal.html install destination
Change-Id: I0527a8ce19838c15811471eddce65310286eddb6 Reviewed-on: https://code.wireshark.org/review/34641 Reviewed-by: João Valverde <j@v6e.pt>
Diffstat (limited to 'doc')
-rw-r--r--doc/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
index df12033768..429deaa4f0 100644
--- a/doc/CMakeLists.txt
+++ b/doc/CMakeLists.txt
@@ -183,7 +183,7 @@ if(BUILD_dpauxmon AND HAVE_LIBNL3)
endif()
if(BUILD_sdjournal AND SYSTEMD_FOUND)
- list(APPEND MAN1_INSTALL_FILES ${CMAKE_CURRENT_BINARY_DIR}/sdjournal.html)
+ list(APPEND HTML_INSTALL_FILES ${CMAKE_CURRENT_BINARY_DIR}/sdjournal.html)
endif()
if(MAXMINDDB_FOUND)