diff options
author | samelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-04-30 23:01:33 +0000 |
---|---|---|
committer | samelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-04-30 23:01:33 +0000 |
commit | f540079925f1aec179debd98163e7b8c5a44adea (patch) | |
tree | 50f4b5fcb27ac35481b435833a0bf64d8d475eee /doc | |
parent | f885de23f90bee27299533ede224535ad6c81c56 (diff) | |
download | tdesdk-f540079925f1aec179debd98163e7b8c5a44adea.tar.gz tdesdk-f540079925f1aec179debd98163e7b8c5a44adea.zip |
[kdesdk] cmake support for docs - only handbooks, not man(uals)
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdesdk@1229883 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CMakeLists.txt | 12 | ||||
-rw-r--r-- | doc/cervisia/CMakeLists.txt | 12 | ||||
-rw-r--r-- | doc/kbabel/CMakeLists.txt | 12 | ||||
-rw-r--r-- | doc/kbugbuster/CMakeLists.txt | 12 | ||||
-rw-r--r-- | doc/kcachegrind/CMakeLists.txt | 12 | ||||
-rw-r--r-- | doc/kompare/CMakeLists.txt | 12 | ||||
-rw-r--r-- | doc/scripts/CMakeLists.txt | 12 | ||||
-rw-r--r-- | doc/scripts/kdesvn-build/CMakeLists.txt | 12 | ||||
-rw-r--r-- | doc/umbrello/CMakeLists.txt | 12 |
9 files changed, 108 insertions, 0 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt new file mode 100644 index 00000000..df842e47 --- /dev/null +++ b/doc/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/cervisia/CMakeLists.txt b/doc/cervisia/CMakeLists.txt new file mode 100644 index 00000000..08bc09ef --- /dev/null +++ b/doc/cervisia/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 cervisia ) diff --git a/doc/kbabel/CMakeLists.txt b/doc/kbabel/CMakeLists.txt new file mode 100644 index 00000000..1b0fb9d3 --- /dev/null +++ b/doc/kbabel/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 kbabel ) diff --git a/doc/kbugbuster/CMakeLists.txt b/doc/kbugbuster/CMakeLists.txt new file mode 100644 index 00000000..d1fc9fb2 --- /dev/null +++ b/doc/kbugbuster/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 kbugbuster ) diff --git a/doc/kcachegrind/CMakeLists.txt b/doc/kcachegrind/CMakeLists.txt new file mode 100644 index 00000000..7e7cb518 --- /dev/null +++ b/doc/kcachegrind/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 kcachegrind ) diff --git a/doc/kompare/CMakeLists.txt b/doc/kompare/CMakeLists.txt new file mode 100644 index 00000000..f0e46bfe --- /dev/null +++ b/doc/kompare/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 kompare ) diff --git a/doc/scripts/CMakeLists.txt b/doc/scripts/CMakeLists.txt new file mode 100644 index 00000000..a0e83e48 --- /dev/null +++ b/doc/scripts/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 +# +################################################# + +add_subdirectory( kdesvn-build ) diff --git a/doc/scripts/kdesvn-build/CMakeLists.txt b/doc/scripts/kdesvn-build/CMakeLists.txt new file mode 100644 index 00000000..4359269d --- /dev/null +++ b/doc/scripts/kdesvn-build/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 kdesvn-build ) diff --git a/doc/umbrello/CMakeLists.txt b/doc/umbrello/CMakeLists.txt new file mode 100644 index 00000000..cfc9a91f --- /dev/null +++ b/doc/umbrello/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 umbrello ) |