From 5725a6f6fafdd525d0ed9963f7a553886ed69c80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Fri, 21 Sep 2018 03:14:59 +0200 Subject: [PATCH] cmake: Add helpbooks for other languages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit fcf89e1e2ef3f427c78edc0cc258484422f962d3) --- doc/CMakeLists.txt | 10 +++++----- doc/da/CMakeLists.txt | 2 +- doc/it/CMakeLists.txt | 2 +- doc/nl/CMakeLists.txt | 2 +- doc/pt/CMakeLists.txt | 2 +- doc/sv/CMakeLists.txt | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index 0071bcc..f2efba2 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -1,7 +1,7 @@ add_subdirectory( ${PROJECT_NAME} ) add_subdirectory( man ) -#add_subdirectory( da ) -#add_subdirectory( it ) -#add_subdirectory( nl ) -#add_subdirectory( pt ) -#add_subdirectory( sv ) +add_subdirectory( da ) +add_subdirectory( it ) +add_subdirectory( nl ) +add_subdirectory( pt ) +add_subdirectory( sv ) diff --git a/doc/da/CMakeLists.txt b/doc/da/CMakeLists.txt index 8b13789..6121dc2 100644 --- a/doc/da/CMakeLists.txt +++ b/doc/da/CMakeLists.txt @@ -1 +1 @@ - +tde_create_handbook( DESTINATION ${PROJECT_NAME} LANG da ) diff --git a/doc/it/CMakeLists.txt b/doc/it/CMakeLists.txt index 8b13789..e213f2f 100644 --- a/doc/it/CMakeLists.txt +++ b/doc/it/CMakeLists.txt @@ -1 +1 @@ - +tde_create_handbook( DESTINATION ${PROJECT_NAME} LANG it ) diff --git a/doc/nl/CMakeLists.txt b/doc/nl/CMakeLists.txt index 8b13789..39c20ab 100644 --- a/doc/nl/CMakeLists.txt +++ b/doc/nl/CMakeLists.txt @@ -1 +1 @@ - +tde_create_handbook( DESTINATION ${PROJECT_NAME} LANG nl ) diff --git a/doc/pt/CMakeLists.txt b/doc/pt/CMakeLists.txt index 8b13789..fa558f0 100644 --- a/doc/pt/CMakeLists.txt +++ b/doc/pt/CMakeLists.txt @@ -1 +1 @@ - +tde_create_handbook( DESTINATION ${PROJECT_NAME} LANG pt ) diff --git a/doc/sv/CMakeLists.txt b/doc/sv/CMakeLists.txt index 8b13789..bc04ab0 100644 --- a/doc/sv/CMakeLists.txt +++ b/doc/sv/CMakeLists.txt @@ -1 +1 @@ - +tde_create_handbook( DESTINATION ${PROJECT_NAME} LANG sv )