From 776aafc7de32aa6219be0555eefa905f9eb83631 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Valverde?= Date: Thu, 19 Jan 2023 17:06:05 +0000 Subject: [PATCH] CMake: Install CSS to DOCDIR --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b9dcababcd..94147446b3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1927,7 +1927,6 @@ set(INSTALL_DIRS # Installed into ${DATAFILE_DIR} set(INSTALL_FILES Acknowledgements.md - docbook/ws.css enterprises.tsv gpl-2.0-standalone.html manuf @@ -1943,6 +1942,7 @@ set(DOC_FILES resources/share/doc/wireshark/ipmap.html resources/share/doc/wireshark/pdml2html.xsl doc/README.xml-output + docbook/ws.css ) if (BUILD_logray)