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:36:24 +0200 |
commit | a5e262a67d56ccb85f8df78d3d1b1b27e889d790 (patch) | |
tree | c19ac3b951f67cb2fb051943204c39e8d40b9195 /CMakeLists.txt | |
parent | 121339c53bda69fd0551540699d28fb5a9df8790 (diff) | |
download | tde-style-baghira-a5e262a67d56ccb85f8df78d3d1b1b27e889d790.tar.gz tde-style-baghira-a5e262a67d56ccb85f8df78d3d1b1b27e889d790.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>
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 2516c0d..664d2ae 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 |