diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-07-04 10:50:57 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-07-04 17:40:53 +0200 |
commit | 6aca194f31431dbcef1b1604c23bbf501fd46f78 (patch) | |
tree | 9fbb80e69da2a271ee4cb9471804d3fe3a4ed9fe /CMakeLists.txt | |
parent | 17002c193dcecec2cf95289e45ce29851c8ae804 (diff) | |
download | tellico-6aca194f31431dbcef1b1604c23bbf501fd46f78.tar.gz tellico-6aca194f31431dbcef1b1604c23bbf501fd46f78.zip |
Use common rules to build documentation.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
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 ee1b229..352534f 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} ) |