diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-07-20 16:50:47 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-07-20 16:52:12 +0200 |
commit | 2fd02fe8bb815590dfd78710125f16b60d4d5946 (patch) | |
tree | 49b2ddaeb298ae9f0882f57adae5af8d5b1c38d5 /CMakeLists.txt | |
parent | 9709c554f32893aa129ce0751fec1f49a9bcdb6f (diff) | |
download | tdepacman-2fd02fe8.tar.gz tdepacman-2fd02fe8.zip |
Use common rules for build and install documentation and translations.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit d2ee5effeeb3d18672a68eb1046e9446e02b2b6e)
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 f8d4167..4a65bf3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -72,8 +72,12 @@ add_subdirectory( maps ) add_subdirectory( pics ) add_subdirectory( fonts ) add_subdirectory( tdepacman ) -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 |