diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CMakeLists.txt | 12 | ||||
-rw-r--r-- | doc/da/CMakeLists.txt | 17 | ||||
-rw-r--r-- | doc/es/CMakeLists.txt | 17 | ||||
-rw-r--r-- | doc/et/CMakeLists.txt | 17 | ||||
-rw-r--r-- | doc/it/CMakeLists.txt | 17 | ||||
-rw-r--r-- | doc/konversation/CMakeLists.txt | 14 | ||||
-rw-r--r-- | doc/pt/CMakeLists.txt | 17 | ||||
-rw-r--r-- | doc/ru/CMakeLists.txt | 17 | ||||
-rw-r--r-- | doc/sv/CMakeLists.txt | 17 |
9 files changed, 145 insertions, 0 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt new file mode 100644 index 0000000..dc6bb77 --- /dev/null +++ b/doc/CMakeLists.txt @@ -0,0 +1,12 @@ +################################################# +# +# (C) 2012 Golubev Alexander +# fatzer2 (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_auto_add_subdirectories( ) diff --git a/doc/da/CMakeLists.txt b/doc/da/CMakeLists.txt new file mode 100644 index 0000000..f4d15d6 --- /dev/null +++ b/doc/da/CMakeLists.txt @@ -0,0 +1,17 @@ +################################################# +# +# (C) 2012 Golubev Alexander +# fatzer2 (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + + +tde_create_handbook( + DESTINATION konversation + LANG da +) + diff --git a/doc/es/CMakeLists.txt b/doc/es/CMakeLists.txt new file mode 100644 index 0000000..cb2a496 --- /dev/null +++ b/doc/es/CMakeLists.txt @@ -0,0 +1,17 @@ +################################################# +# +# (C) 2012 Golubev Alexander +# fatzer2 (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +################################################# +# +# This documentation cannot be installed +# because is missing index.docbook +# +################################################# diff --git a/doc/et/CMakeLists.txt b/doc/et/CMakeLists.txt new file mode 100644 index 0000000..9089f26 --- /dev/null +++ b/doc/et/CMakeLists.txt @@ -0,0 +1,17 @@ +################################################# +# +# (C) 2012 Golubev Alexander +# fatzer2 (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + + +tde_create_handbook( + DESTINATION konversation + LANG et +) + diff --git a/doc/it/CMakeLists.txt b/doc/it/CMakeLists.txt new file mode 100644 index 0000000..97d745e --- /dev/null +++ b/doc/it/CMakeLists.txt @@ -0,0 +1,17 @@ +################################################# +# +# (C) 2012 Golubev Alexander +# fatzer2 (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + + +tde_create_handbook( + DESTINATION konversation + LANG it +) + diff --git a/doc/konversation/CMakeLists.txt b/doc/konversation/CMakeLists.txt new file mode 100644 index 0000000..f85e562 --- /dev/null +++ b/doc/konversation/CMakeLists.txt @@ -0,0 +1,14 @@ +################################################# +# +# (C) 2012 Golubev Alexander +# fatzer2 (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + + +tde_create_handbook( DESTINATION konversation ) + diff --git a/doc/pt/CMakeLists.txt b/doc/pt/CMakeLists.txt new file mode 100644 index 0000000..e0dac75 --- /dev/null +++ b/doc/pt/CMakeLists.txt @@ -0,0 +1,17 @@ +################################################# +# +# (C) 2012 Golubev Alexander +# fatzer2 (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + + +tde_create_handbook( + DESTINATION konversation + LANG pt +) + diff --git a/doc/ru/CMakeLists.txt b/doc/ru/CMakeLists.txt new file mode 100644 index 0000000..f0976ef --- /dev/null +++ b/doc/ru/CMakeLists.txt @@ -0,0 +1,17 @@ +################################################# +# +# (C) 2012 Golubev Alexander +# fatzer2 (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + + +tde_create_handbook( + DESTINATION konversation + LANG ru +) + diff --git a/doc/sv/CMakeLists.txt b/doc/sv/CMakeLists.txt new file mode 100644 index 0000000..80cafc9 --- /dev/null +++ b/doc/sv/CMakeLists.txt @@ -0,0 +1,17 @@ +################################################# +# +# (C) 2012 Golubev Alexander +# fatzer2 (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + + +tde_create_handbook( + DESTINATION konversation + LANG sv +) + |