diff options
Diffstat (limited to 'tde-i18n-et/docs/tdesdk/scripts')
-rw-r--r-- | tde-i18n-et/docs/tdesdk/scripts/CMakeLists.txt | 11 | ||||
-rw-r--r-- | tde-i18n-et/docs/tdesdk/scripts/tdesvn-build/CMakeLists.txt | 6 |
2 files changed, 17 insertions, 0 deletions
diff --git a/tde-i18n-et/docs/tdesdk/scripts/CMakeLists.txt b/tde-i18n-et/docs/tdesdk/scripts/CMakeLists.txt new file mode 100644 index 00000000000..d1972e62c79 --- /dev/null +++ b/tde-i18n-et/docs/tdesdk/scripts/CMakeLists.txt @@ -0,0 +1,11 @@ +# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer + +tde_auto_add_subdirectories( ) + +##### documentation ############################# + +tde_create_handbook( + DESTINATION scripts + NOINDEX + LANG et +) diff --git a/tde-i18n-et/docs/tdesdk/scripts/tdesvn-build/CMakeLists.txt b/tde-i18n-et/docs/tdesdk/scripts/tdesvn-build/CMakeLists.txt new file mode 100644 index 00000000000..7ff6313da88 --- /dev/null +++ b/tde-i18n-et/docs/tdesdk/scripts/tdesvn-build/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION tdesvn-build + LANG et +) |