summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-07-20 16:50:47 +0200
committerSlávek Banko <slavek.banko@axis.cz>2021-07-20 16:50:47 +0200
commitd2ee5effeeb3d18672a68eb1046e9446e02b2b6e (patch)
treedfa8a8dc435c76487199e41ba21156f65b03675c /CMakeLists.txt
parent683d9046a7a5fad7742a5c40d2c9d28e5613e879 (diff)
downloadtdepacman-d2ee5eff.tar.gz
tdepacman-d2ee5eff.zip
Use common rules for build and install documentation and translations.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c5107a8..c9a4dd4 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