diff options
author | Alexander Golubev <fatzer2@gmail.com> | 2016-01-23 02:03:06 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2016-01-23 02:03:06 +0100 |
commit | 9ffcfe47affd396c395008e4715773228ab53f63 (patch) | |
tree | 4ae6f59912b187c8b5ec56a55ea94d59035ee74a /doc | |
parent | a5b23b514224da0c34f6a7a03abca8a2712a300c (diff) | |
download | filelight-9ffcfe47affd396c395008e4715773228ab53f63.tar.gz filelight-9ffcfe47affd396c395008e4715773228ab53f63.zip |
Initial-cmake-conversion
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CMakeLists.txt | 3 | ||||
-rw-r--r-- | doc/da/CMakeLists.txt | 6 | ||||
-rw-r--r-- | doc/es/CMakeLists.txt | 6 | ||||
-rw-r--r-- | doc/et/CMakeLists.txt | 6 | ||||
-rw-r--r-- | doc/filelight/CMakeLists.txt | 3 | ||||
-rw-r--r-- | doc/it/CMakeLists.txt | 6 | ||||
-rw-r--r-- | doc/pt/CMakeLists.txt | 6 | ||||
-rw-r--r-- | doc/ru/CMakeLists.txt | 6 | ||||
-rw-r--r-- | doc/sv/CMakeLists.txt | 6 |
9 files changed, 48 insertions, 0 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt new file mode 100644 index 0000000..03be086 --- /dev/null +++ b/doc/CMakeLists.txt @@ -0,0 +1,3 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer + +tde_auto_add_subdirectories( ) diff --git a/doc/da/CMakeLists.txt b/doc/da/CMakeLists.txt new file mode 100644 index 0000000..c1f321d --- /dev/null +++ b/doc/da/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION filelight + LANG da +) diff --git a/doc/es/CMakeLists.txt b/doc/es/CMakeLists.txt new file mode 100644 index 0000000..a03ff0d --- /dev/null +++ b/doc/es/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION filelight + LANG es +) diff --git a/doc/et/CMakeLists.txt b/doc/et/CMakeLists.txt new file mode 100644 index 0000000..b3b7df1 --- /dev/null +++ b/doc/et/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION filelight + LANG et +) diff --git a/doc/filelight/CMakeLists.txt b/doc/filelight/CMakeLists.txt new file mode 100644 index 0000000..b003b84 --- /dev/null +++ b/doc/filelight/CMakeLists.txt @@ -0,0 +1,3 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer +tde_create_handbook( DESTINATION filelight ) + diff --git a/doc/it/CMakeLists.txt b/doc/it/CMakeLists.txt new file mode 100644 index 0000000..e7048bc --- /dev/null +++ b/doc/it/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION filelight + LANG it +) diff --git a/doc/pt/CMakeLists.txt b/doc/pt/CMakeLists.txt new file mode 100644 index 0000000..de1cfbe --- /dev/null +++ b/doc/pt/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION filelight + LANG pt +) diff --git a/doc/ru/CMakeLists.txt b/doc/ru/CMakeLists.txt new file mode 100644 index 0000000..53e1dfd --- /dev/null +++ b/doc/ru/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION filelight + LANG ru +) diff --git a/doc/sv/CMakeLists.txt b/doc/sv/CMakeLists.txt new file mode 100644 index 0000000..4c95fb8 --- /dev/null +++ b/doc/sv/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION filelight + LANG sv +) |