aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/modules
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2021-10-20 15:23:19 -0700
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2021-10-21 00:21:17 +0000
commit2c3b13834dce4bf1066edab4caade62917c35777 (patch)
tree422cef957e80b6177fdb03cb39c917d1163208e0 /cmake/modules
parenta48645e142d2c354d987daaf89f3166b6d5321a4 (diff)
CMake: Place all of the documentation in the "Documentation" folder.
Diffstat (limited to 'cmake/modules')
-rw-r--r--cmake/modules/FindAsciidoctor.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/modules/FindAsciidoctor.cmake b/cmake/modules/FindAsciidoctor.cmake
index 20fe94caa3..6d4033823c 100644
--- a/cmake/modules/FindAsciidoctor.cmake
+++ b/cmake/modules/FindAsciidoctor.cmake
@@ -31,7 +31,7 @@ if(ASCIIDOCTOR_EXECUTABLE)
function(set_asciidoctor_target_properties _target)
set_target_properties(${_target} PROPERTIES
- FOLDER "Docbook"
+ FOLDER "Documentation"
EXCLUDE_FROM_DEFAULT_BUILD True
)
endfunction(set_asciidoctor_target_properties)