diff options
Diffstat (limited to 'tde-i18n-es/docs/tdeedu/kig')
-rw-r--r-- | tde-i18n-es/docs/tdeedu/kig/CMakeLists.txt | 10 | ||||
-rw-r--r-- | tde-i18n-es/docs/tdeedu/kig/scripting-api/CMakeLists.txt | 14 |
2 files changed, 24 insertions, 0 deletions
diff --git a/tde-i18n-es/docs/tdeedu/kig/CMakeLists.txt b/tde-i18n-es/docs/tdeedu/kig/CMakeLists.txt new file mode 100644 index 00000000000..ca211c76ea6 --- /dev/null +++ b/tde-i18n-es/docs/tdeedu/kig/CMakeLists.txt @@ -0,0 +1,10 @@ +# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer + +tde_auto_add_subdirectories( ) + +##### documentation ############################# + +tde_create_handbook( + DESTINATION kig + LANG es +) diff --git a/tde-i18n-es/docs/tdeedu/kig/scripting-api/CMakeLists.txt b/tde-i18n-es/docs/tdeedu/kig/scripting-api/CMakeLists.txt new file mode 100644 index 00000000000..81640f2917f --- /dev/null +++ b/tde-i18n-es/docs/tdeedu/kig/scripting-api/CMakeLists.txt @@ -0,0 +1,14 @@ +################################################# +# +# (C) 2013 Alexander Golubev (Fat-Zer) +# fatzer2 (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +install( FILES headerbg.png bottom2.png bottom1.png + docheadergears.png grad.png + DESTINATION ${HTML_INSTALL_DIR}/es/kig/scripting-api ) |