aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJoão Valverde <j@v6e.pt>2023-01-19 17:06:05 +0000
committerJoão Valverde <j@v6e.pt>2023-01-19 17:55:20 +0000
commit776aafc7de32aa6219be0555eefa905f9eb83631 (patch)
tree3fcd8305050c8801d68585f000738aa8ac39fad8 /CMakeLists.txt
parent43c5eedc97c3e7e19ead0c2353bc4ad79d656dba (diff)
CMake: Install CSS to DOCDIR
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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)