diff options
author | Slávek Banko <[email protected]> | 2021-07-26 17:26:55 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-07-26 17:26:55 +0200 |
commit | b4e193769aba187b9ec26d6055eeab4431fb9601 (patch) | |
tree | 1c83c660e4bb4005ac38ce138aad4b7fca134715 /CMakeLists.txt | |
parent | c371dc9f90d83d9ce7df3a93546626bd6722a742 (diff) | |
download | kshutdown-b4e193769aba187b9ec26d6055eeab4431fb9601.tar.gz kshutdown-b4e193769aba187b9ec26d6055eeab4431fb9601.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 d006cd9..357a7cd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -75,8 +75,12 @@ add_subdirectory( karamba ) add_subdirectory( sounds ) add_subdirectory( pics ) tde_conditional_add_subdirectory( BUILD_EXTRAS extras ) -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 |