diff options
Diffstat (limited to 'doc/kcontrol')
-rw-r--r-- | doc/kcontrol/CMakeLists.txt | 12 | ||||
-rw-r--r-- | doc/kcontrol/kcmktalkd/CMakeLists.txt | 12 | ||||
-rw-r--r-- | doc/kcontrol/lanbrowser/CMakeLists.txt | 12 |
3 files changed, 36 insertions, 0 deletions
diff --git a/doc/kcontrol/CMakeLists.txt b/doc/kcontrol/CMakeLists.txt new file mode 100644 index 00000000..a8b8de4b --- /dev/null +++ b/doc/kcontrol/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_auto_add_subdirectories() diff --git a/doc/kcontrol/kcmktalkd/CMakeLists.txt b/doc/kcontrol/kcmktalkd/CMakeLists.txt new file mode 100644 index 00000000..f5587fcf --- /dev/null +++ b/doc/kcontrol/kcmktalkd/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 kcontrol/kcmtalkd ) diff --git a/doc/kcontrol/lanbrowser/CMakeLists.txt b/doc/kcontrol/lanbrowser/CMakeLists.txt new file mode 100644 index 00000000..485a3a24 --- /dev/null +++ b/doc/kcontrol/lanbrowser/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 kcontrol/lanbrowser ) |