summaryrefslogtreecommitdiffstats
path: root/pl
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2018-12-24 15:08:52 +0100
committerSlávek Banko <slavek.banko@axis.cz>2018-12-24 15:08:52 +0100
commit3b5c4c74473e99bee211d454d857fe325b4c55aa (patch)
tree980d7661e1852563bf3cc379648f3a6a933875c0 /pl
parent4b5f63264ed191a01cfda1b23be47a951f69e2a5 (diff)
downloadgwenview-i18n-3b5c4c74473e99bee211d454d857fe325b4c55aa.tar.gz
gwenview-i18n-3b5c4c74473e99bee211d454d857fe325b4c55aa.zip
Conversion to the CMake building system.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'pl')
-rw-r--r--pl/CMakeLists.txt1
-rw-r--r--pl/doc/CMakeLists.txt4
2 files changed, 5 insertions, 0 deletions
diff --git a/pl/CMakeLists.txt b/pl/CMakeLists.txt
new file mode 100644
index 0000000..ba78952
--- /dev/null
+++ b/pl/CMakeLists.txt
@@ -0,0 +1 @@
+tde_conditional_add_subdirectory( BUILD_DOC doc )
diff --git a/pl/doc/CMakeLists.txt b/pl/doc/CMakeLists.txt
new file mode 100644
index 0000000..66f5211
--- /dev/null
+++ b/pl/doc/CMakeLists.txt
@@ -0,0 +1,4 @@
+tde_create_handbook(
+ DESTINATION gwenview
+ LANG pl
+)