diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-07-12 11:30:08 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-07-12 11:37:29 +0200 |
commit | 09652c06fc0033aca687c913901625bfa0759afd (patch) | |
tree | 1f939f6c71e8a96536d4f43e3ff3bec680c770b9 /CMakeLists.txt | |
parent | 9bc2c65626badfee875de52791d91deb968cad03 (diff) | |
download | tde-style-baghira-09652c06fc0033aca687c913901625bfa0759afd.tar.gz tde-style-baghira-09652c06fc0033aca687c913901625bfa0759afd.zip |
Use common rules for build and install documentation and translations.
Remove old twin_baghira_config template.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit a5e262a67d56ccb85f8df78d3d1b1b27e889d790)
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 46b4cf6..655412a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -77,8 +77,12 @@ add_subdirectory( starter ) add_subdirectory( kickermenu ) add_subdirectory( colorscheme ) add_subdirectory( sessionapplet ) -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 |