summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2018-09-21 03:14:59 +0200
committerSlávek Banko <slavek.banko@axis.cz>2018-09-22 15:39:08 +0200
commit5725a6f6fafdd525d0ed9963f7a553886ed69c80 (patch)
tree3edae0e2075356311c1004965a9ba9b51d8bd8f2
parent58580c91c19ae366c479078ffc09ed35ef6dea4b (diff)
downloadkiosktool-5725a6f6fafdd525d0ed9963f7a553886ed69c80.tar.gz
kiosktool-5725a6f6fafdd525d0ed9963f7a553886ed69c80.zip
cmake: Add helpbooks for other languages
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit fcf89e1e2ef3f427c78edc0cc258484422f962d3)
-rw-r--r--doc/CMakeLists.txt10
-rw-r--r--doc/da/CMakeLists.txt2
-rw-r--r--doc/it/CMakeLists.txt2
-rw-r--r--doc/nl/CMakeLists.txt2
-rw-r--r--doc/pt/CMakeLists.txt2
-rw-r--r--doc/sv/CMakeLists.txt2
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 )