diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CMakeLists.txt | 13 | ||||
-rw-r--r-- | doc/kde_app_devel/CMakeLists.txt | 12 | ||||
-rw-r--r-- | doc/kdevelop/CMakeLists.txt | 12 |
3 files changed, 37 insertions, 0 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt new file mode 100644 index 00000000..493b1b46 --- /dev/null +++ b/doc/CMakeLists.txt @@ -0,0 +1,13 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_auto_add_subdirectories() + diff --git a/doc/kde_app_devel/CMakeLists.txt b/doc/kde_app_devel/CMakeLists.txt new file mode 100644 index 00000000..243887d5 --- /dev/null +++ b/doc/kde_app_devel/CMakeLists.txt @@ -0,0 +1,12 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION kde_app_devel ) diff --git a/doc/kdevelop/CMakeLists.txt b/doc/kdevelop/CMakeLists.txt new file mode 100644 index 00000000..16bc810f --- /dev/null +++ b/doc/kdevelop/CMakeLists.txt @@ -0,0 +1,12 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION kdevelop ) |