diff options
Diffstat (limited to 'tde-i18n-it/docs/tdevelop')
4 files changed, 21 insertions, 0 deletions
diff --git a/tde-i18n-it/docs/tdevelop/CMakeLists.txt b/tde-i18n-it/docs/tdevelop/CMakeLists.txt new file mode 100644 index 00000000000..9532d869435 --- /dev/null +++ b/tde-i18n-it/docs/tdevelop/CMakeLists.txt @@ -0,0 +1,3 @@ +# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer + +tde_auto_add_subdirectories( ) diff --git a/tde-i18n-it/docs/tdevelop/kde_app_devel/CMakeLists.txt b/tde-i18n-it/docs/tdevelop/kde_app_devel/CMakeLists.txt new file mode 100644 index 00000000000..127f7c038e5 --- /dev/null +++ b/tde-i18n-it/docs/tdevelop/kde_app_devel/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION kde_app_devel + LANG it +) diff --git a/tde-i18n-it/docs/tdevelop/kdearch/CMakeLists.txt b/tde-i18n-it/docs/tdevelop/kdearch/CMakeLists.txt new file mode 100644 index 00000000000..1a6b73be7ad --- /dev/null +++ b/tde-i18n-it/docs/tdevelop/kdearch/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION kdearch + LANG it +) diff --git a/tde-i18n-it/docs/tdevelop/tdevelop/CMakeLists.txt b/tde-i18n-it/docs/tdevelop/tdevelop/CMakeLists.txt new file mode 100644 index 00000000000..e1470bff52b --- /dev/null +++ b/tde-i18n-it/docs/tdevelop/tdevelop/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION tdevelop + LANG it +) |