CMake+Doc: Add configuration file example
This commit is contained in:
@@ -18,3 +18,8 @@ install(
|
|||||||
FILES ${CMAKE_BINARY_DIR}/manafiles.1.gz
|
FILES ${CMAKE_BINARY_DIR}/manafiles.1.gz
|
||||||
DESTINATION ${CMAKE_INSTALL_MANDIR}/man1
|
DESTINATION ${CMAKE_INSTALL_MANDIR}/man1
|
||||||
CONFIGURATIONS Release)
|
CONFIGURATIONS Release)
|
||||||
|
|
||||||
|
install(
|
||||||
|
FILES ${CMAKE_CURRENT_LIST_DIR}/manafiles.json
|
||||||
|
DESTINATION ${CMAKE_INSTALL_DOCDIR}/examples
|
||||||
|
CONFIGURATIONS Release)
|
||||||
|
|||||||
@@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"excludePaths" : {
|
||||||
|
".git": "directory",
|
||||||
|
".md": "endsWith",
|
||||||
|
"packages": "file",
|
||||||
|
"README.org": "endsWith",
|
||||||
|
"screenshot.png": "file"
|
||||||
|
},
|
||||||
|
"systemDirectories": [
|
||||||
|
"/boot",
|
||||||
|
"/etc",
|
||||||
|
"/usr/share"
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user