From 071ca80d9825390bf3f2ff7ef05178780044e984 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Valverde?= Date: Fri, 27 Sep 2019 23:06:57 +0100 Subject: [PATCH] CMake: Fix sdjournal.html install destination MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I0527a8ce19838c15811471eddce65310286eddb6 Reviewed-on: https://code.wireshark.org/review/34641 Reviewed-by: João Valverde --- doc/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)