diff options
Diffstat (limited to 'doc/kdelirc')
-rw-r--r-- | doc/kdelirc/CMakeLists.txt | 12 | ||||
-rw-r--r-- | doc/kdelirc/irkick/CMakeLists.txt | 13 | ||||
-rw-r--r-- | doc/kdelirc/kcmlirc/CMakeLists.txt | 13 |
3 files changed, 38 insertions, 0 deletions
diff --git a/doc/kdelirc/CMakeLists.txt b/doc/kdelirc/CMakeLists.txt new file mode 100644 index 0000000..dc6bb77 --- /dev/null +++ b/doc/kdelirc/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/kdelirc/irkick/CMakeLists.txt b/doc/kdelirc/irkick/CMakeLists.txt new file mode 100644 index 0000000..e48e649 --- /dev/null +++ b/doc/kdelirc/irkick/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 irkick ) + diff --git a/doc/kdelirc/kcmlirc/CMakeLists.txt b/doc/kdelirc/kcmlirc/CMakeLists.txt new file mode 100644 index 0000000..7414552 --- /dev/null +++ b/doc/kdelirc/kcmlirc/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 kcmlirc ) + |