diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CMakeLists.txt | 12 | ||||
-rw-r--r-- | doc/amor/CMakeLists.txt | 13 | ||||
-rw-r--r-- | doc/kmoon/CMakeLists.txt | 13 | ||||
-rw-r--r-- | doc/kodo/CMakeLists.txt | 13 | ||||
-rw-r--r-- | doc/kteatime/CMakeLists.txt | 13 | ||||
-rw-r--r-- | doc/kweather/CMakeLists.txt | 13 | ||||
-rw-r--r-- | doc/kworldclock/CMakeLists.txt | 13 |
7 files changed, 90 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/amor/CMakeLists.txt b/doc/amor/CMakeLists.txt new file mode 100644 index 0000000..66361cb --- /dev/null +++ b/doc/amor/CMakeLists.txt @@ -0,0 +1,13 @@ +################################################# +# +# (C) 2012 Golubev Alexander +# fatzer2 (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION amor ) + diff --git a/doc/kmoon/CMakeLists.txt b/doc/kmoon/CMakeLists.txt new file mode 100644 index 0000000..45de9ed --- /dev/null +++ b/doc/kmoon/CMakeLists.txt @@ -0,0 +1,13 @@ +################################################# +# +# (C) 2012 Golubev Alexander +# fatzer2 (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION kmoon ) + diff --git a/doc/kodo/CMakeLists.txt b/doc/kodo/CMakeLists.txt new file mode 100644 index 0000000..fd5ed4d --- /dev/null +++ b/doc/kodo/CMakeLists.txt @@ -0,0 +1,13 @@ +################################################# +# +# (C) 2012 Golubev Alexander +# fatzer2 (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION kodo ) + diff --git a/doc/kteatime/CMakeLists.txt b/doc/kteatime/CMakeLists.txt new file mode 100644 index 0000000..3ada1bc --- /dev/null +++ b/doc/kteatime/CMakeLists.txt @@ -0,0 +1,13 @@ +################################################# +# +# (C) 2012 Golubev Alexander +# fatzer2 (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION kteatime ) + diff --git a/doc/kweather/CMakeLists.txt b/doc/kweather/CMakeLists.txt new file mode 100644 index 0000000..6fde0e3 --- /dev/null +++ b/doc/kweather/CMakeLists.txt @@ -0,0 +1,13 @@ +################################################# +# +# (C) 2012 Golubev Alexander +# fatzer2 (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION kweather ) + diff --git a/doc/kworldclock/CMakeLists.txt b/doc/kworldclock/CMakeLists.txt new file mode 100644 index 0000000..4c39234 --- /dev/null +++ b/doc/kworldclock/CMakeLists.txt @@ -0,0 +1,13 @@ +################################################# +# +# (C) 2012 Golubev Alexander +# fatzer2 (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION kworldclock ) + |