diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CMakeLists.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt new file mode 100644 index 0000000..c5ecf8c --- /dev/null +++ b/doc/CMakeLists.txt @@ -0,0 +1,17 @@ +install( + DIRECTORY html/ + DESTINATION ${SHARE_INSTALL_PREFIX}/doc/ksquirrel-libs/${LIBKSQUIRREL_VERSION_STRING} + PATTERN "Makefile.am" EXCLUDE +) + +install( + DIRECTORY man/ + DESTINATION ${MAN_INSTALL_DIR}/man1 + PATTERN "Makefile.am" EXCLUDE +) + +install( + DIRECTORY sources/ + DESTINATION ${SHARE_INSTALL_PREFIX}/doc/ksquirrel-libs/${LIBKSQUIRREL_VERSION_STRING}/sources + PATTERN "sources/Makefile.am" EXCLUDE +) |