diff options
author | Slávek Banko <[email protected]> | 2021-07-23 15:37:40 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-07-23 15:37:40 +0200 |
commit | 9c1b0419f349ac0f5776b545753d307d245b4d83 (patch) | |
tree | b2da7cd9bcb3f19eded29018bc64fa1bbe659619 /CMakeLists.txt | |
parent | 9a2b32f5f7b90cff425949dfb21f8f518933c7c8 (diff) | |
download | basket-9c1b0419f349ac0f5776b545753d307d245b4d83.tar.gz basket-9c1b0419f349ac0f5776b545753d307d245b4d83.zip |
Use common rules for build and install documentation and translations.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 20b9dd2..dbdc14b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -81,8 +81,12 @@ add_subdirectory( backgrounds ) add_subdirectory( file-integration ) add_subdirectory( backgrounds-previews ) tde_conditional_add_subdirectory( BUILD_KONTACT_PLUGIN kontact_plugin ) -tde_conditional_add_subdirectory( BUILD_DOC doc ) -tde_conditional_add_subdirectory( BUILD_TRANSLATIONS translations ) + + +##### other data ################################ + +tde_conditional_add_project_docs( BUILD_DOC ) +tde_conditional_add_project_translations( BUILD_TRANSLATIONS ) ##### write configure files |