CMake+Doc: Add configuration file example

This commit is contained in:
Riyyi
2022-02-09 22:56:04 +01:00
parent 16947b93e2
commit d1b2608e8f
2 changed files with 19 additions and 0 deletions
+5
View File
@@ -18,3 +18,8 @@ install(
FILES ${CMAKE_BINARY_DIR}/manafiles.1.gz
DESTINATION ${CMAKE_INSTALL_MANDIR}/man1
CONFIGURATIONS Release)
install(
FILES ${CMAKE_CURRENT_LIST_DIR}/manafiles.json
DESTINATION ${CMAKE_INSTALL_DOCDIR}/examples
CONFIGURATIONS Release)
+14
View File
@@ -0,0 +1,14 @@
{
"excludePaths" : {
".git": "directory",
".md": "endsWith",
"packages": "file",
"README.org": "endsWith",
"screenshot.png": "file"
},
"systemDirectories": [
"/boot",
"/etc",
"/usr/share"
]
}