From 87b2ea0ac1d482adee9e36165211d09d7e8a602c Mon Sep 17 00:00:00 2001 From: samelian Date: Tue, 22 Mar 2011 21:33:37 +0000 Subject: [kdepim] cmake port for kmobile, kitchensync, and doc git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1225672 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- doc/CMakeLists.txt | 13 +++++++++++++ doc/akregator/CMakeLists.txt | 12 ++++++++++++ doc/kaddressbook/CMakeLists.txt | 12 ++++++++++++ doc/kalarm/CMakeLists.txt | 12 ++++++++++++ doc/kandy/CMakeLists.txt | 12 ++++++++++++ doc/karm/CMakeLists.txt | 12 ++++++++++++ doc/kleopatra/CMakeLists.txt | 12 ++++++++++++ doc/kmail/CMakeLists.txt | 12 ++++++++++++ doc/knode/CMakeLists.txt | 12 ++++++++++++ doc/knotes/CMakeLists.txt | 12 ++++++++++++ doc/konsolekalendar/CMakeLists.txt | 12 ++++++++++++ doc/kontact/CMakeLists.txt | 12 ++++++++++++ doc/korganizer/CMakeLists.txt | 12 ++++++++++++ doc/korn/CMakeLists.txt | 12 ++++++++++++ doc/kpilot/CMakeLists.txt | 12 ++++++++++++ doc/ktnef/CMakeLists.txt | 12 ++++++++++++ doc/kwatchgnupg/CMakeLists.txt | 12 ++++++++++++ 17 files changed, 205 insertions(+) create mode 100644 doc/CMakeLists.txt create mode 100644 doc/akregator/CMakeLists.txt create mode 100644 doc/kaddressbook/CMakeLists.txt create mode 100644 doc/kalarm/CMakeLists.txt create mode 100644 doc/kandy/CMakeLists.txt create mode 100644 doc/karm/CMakeLists.txt create mode 100644 doc/kleopatra/CMakeLists.txt create mode 100644 doc/kmail/CMakeLists.txt create mode 100644 doc/knode/CMakeLists.txt create mode 100644 doc/knotes/CMakeLists.txt create mode 100644 doc/konsolekalendar/CMakeLists.txt create mode 100644 doc/kontact/CMakeLists.txt create mode 100644 doc/korganizer/CMakeLists.txt create mode 100644 doc/korn/CMakeLists.txt create mode 100644 doc/kpilot/CMakeLists.txt create mode 100644 doc/ktnef/CMakeLists.txt create mode 100644 doc/kwatchgnupg/CMakeLists.txt (limited to 'doc') diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt new file mode 100644 index 000000000..493b1b46e --- /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/akregator/CMakeLists.txt b/doc/akregator/CMakeLists.txt new file mode 100644 index 000000000..5a7f2556c --- /dev/null +++ b/doc/akregator/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 akregator ) diff --git a/doc/kaddressbook/CMakeLists.txt b/doc/kaddressbook/CMakeLists.txt new file mode 100644 index 000000000..176b25356 --- /dev/null +++ b/doc/kaddressbook/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 kaddressbook ) diff --git a/doc/kalarm/CMakeLists.txt b/doc/kalarm/CMakeLists.txt new file mode 100644 index 000000000..1b51a3058 --- /dev/null +++ b/doc/kalarm/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 kalarm ) diff --git a/doc/kandy/CMakeLists.txt b/doc/kandy/CMakeLists.txt new file mode 100644 index 000000000..14ee1ef7c --- /dev/null +++ b/doc/kandy/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 kandy ) diff --git a/doc/karm/CMakeLists.txt b/doc/karm/CMakeLists.txt new file mode 100644 index 000000000..25396acc1 --- /dev/null +++ b/doc/karm/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 karm ) diff --git a/doc/kleopatra/CMakeLists.txt b/doc/kleopatra/CMakeLists.txt new file mode 100644 index 000000000..d49d4cab2 --- /dev/null +++ b/doc/kleopatra/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 kleopatra ) diff --git a/doc/kmail/CMakeLists.txt b/doc/kmail/CMakeLists.txt new file mode 100644 index 000000000..d32c00822 --- /dev/null +++ b/doc/kmail/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 kmail ) diff --git a/doc/knode/CMakeLists.txt b/doc/knode/CMakeLists.txt new file mode 100644 index 000000000..a7364ab0e --- /dev/null +++ b/doc/knode/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 knode ) diff --git a/doc/knotes/CMakeLists.txt b/doc/knotes/CMakeLists.txt new file mode 100644 index 000000000..f924804c8 --- /dev/null +++ b/doc/knotes/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 knotes ) diff --git a/doc/konsolekalendar/CMakeLists.txt b/doc/konsolekalendar/CMakeLists.txt new file mode 100644 index 000000000..45f2706d3 --- /dev/null +++ b/doc/konsolekalendar/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 konsolekalendar ) diff --git a/doc/kontact/CMakeLists.txt b/doc/kontact/CMakeLists.txt new file mode 100644 index 000000000..36ee75f0c --- /dev/null +++ b/doc/kontact/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 kontact ) diff --git a/doc/korganizer/CMakeLists.txt b/doc/korganizer/CMakeLists.txt new file mode 100644 index 000000000..479f0a3e2 --- /dev/null +++ b/doc/korganizer/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 korganizer ) diff --git a/doc/korn/CMakeLists.txt b/doc/korn/CMakeLists.txt new file mode 100644 index 000000000..a8807b997 --- /dev/null +++ b/doc/korn/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 korn ) diff --git a/doc/kpilot/CMakeLists.txt b/doc/kpilot/CMakeLists.txt new file mode 100644 index 000000000..a177bb47c --- /dev/null +++ b/doc/kpilot/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 kpilot ) diff --git a/doc/ktnef/CMakeLists.txt b/doc/ktnef/CMakeLists.txt new file mode 100644 index 000000000..22c663ad8 --- /dev/null +++ b/doc/ktnef/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 ktnef ) diff --git a/doc/kwatchgnupg/CMakeLists.txt b/doc/kwatchgnupg/CMakeLists.txt new file mode 100644 index 000000000..f97def380 --- /dev/null +++ b/doc/kwatchgnupg/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 kwatchgnupg ) -- cgit v1.2.1