summaryrefslogtreecommitdiffstats
path: root/nl
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2016-07-23 18:05:44 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2016-07-23 18:05:44 -0500
commit58f74244b688bba573a836ccee4459eb7a826c0d (patch)
tree5077e2f21700e88825a4390771f25eb81b45a48f /nl
parent575c5af1b679d961d13a9694aa8820a30e7acd5f (diff)
parent300aba54dc5dacd223d8ed42ec1a469e54f250f4 (diff)
downloadk3b-i18n-58f74244b688bba573a836ccee4459eb7a826c0d.tar.gz
k3b-i18n-58f74244b688bba573a836ccee4459eb7a826c0d.zip
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/k3b-i18n
Diffstat (limited to 'nl')
-rw-r--r--nl/CMakeLists.txt2
-rw-r--r--nl/doc/CMakeLists.txt6
-rw-r--r--nl/messages/CMakeLists.txt3
3 files changed, 11 insertions, 0 deletions
diff --git a/nl/CMakeLists.txt b/nl/CMakeLists.txt
new file mode 100644
index 0000000..a435eb9
--- /dev/null
+++ b/nl/CMakeLists.txt
@@ -0,0 +1,2 @@
+tde_conditional_add_subdirectory( BUILD_MESSAGES messages )
+tde_conditional_add_subdirectory( BUILD_DOC doc )
diff --git a/nl/doc/CMakeLists.txt b/nl/doc/CMakeLists.txt
new file mode 100644
index 0000000..3e1a39a
--- /dev/null
+++ b/nl/doc/CMakeLists.txt
@@ -0,0 +1,6 @@
+# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer
+
+tde_create_handbook(
+ DESTINATION k3b
+ LANG nl
+)
diff --git a/nl/messages/CMakeLists.txt b/nl/messages/CMakeLists.txt
new file mode 100644
index 0000000..cf6f6b5
--- /dev/null
+++ b/nl/messages/CMakeLists.txt
@@ -0,0 +1,3 @@
+# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer
+
+tde_create_translation( LANG nl )