summaryrefslogtreecommitdiffstats
path: root/pt
diff options
context:
space:
mode:
Diffstat (limited to 'pt')
-rw-r--r--pt/CMakeLists.txt2
-rw-r--r--pt/doc/CMakeLists.txt6
-rw-r--r--pt/messages/CMakeLists.txt3
3 files changed, 11 insertions, 0 deletions
diff --git a/pt/CMakeLists.txt b/pt/CMakeLists.txt
new file mode 100644
index 0000000..a435eb9
--- /dev/null
+++ b/pt/CMakeLists.txt
@@ -0,0 +1,2 @@
+tde_conditional_add_subdirectory( BUILD_MESSAGES messages )
+tde_conditional_add_subdirectory( BUILD_DOC doc )
diff --git a/pt/doc/CMakeLists.txt b/pt/doc/CMakeLists.txt
new file mode 100644
index 0000000..91d4ee2
--- /dev/null
+++ b/pt/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 pt
+)
diff --git a/pt/messages/CMakeLists.txt b/pt/messages/CMakeLists.txt
new file mode 100644
index 0000000..7f64a93
--- /dev/null
+++ b/pt/messages/CMakeLists.txt
@@ -0,0 +1,3 @@
+# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer
+
+tde_create_translation( LANG pt )