diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a490c83..0f81f9d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -99,11 +99,12 @@ add_subdirectory( src ) add_subdirectory( icons ) add_subdirectory( xslt ) tde_conditional_add_subdirectory( BUILD_TRANSLATIONS po ) -tde_conditional_add_subdirectory( BUILD_DOC doc ) ##### other data ################################ +tde_conditional_add_project_docs( BUILD_DOC ) + install( FILES tellico.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} ) |