summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorsamelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-10-05 19:41:05 +0000
committersamelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-10-05 19:41:05 +0000
commit7ffba8afee76edba6433d97864119501731742e8 (patch)
tree38b5eb5bd019b77b33f7ad8d7de7ef7666ebe8b1 /doc
parent0db4822126702d04068c5761e63ed9684a08981b (diff)
downloadtdelibs-7ffba8afee76edba6433d97864119501731742e8.tar.gz
tdelibs-7ffba8afee76edba6433d97864119501731742e8.zip
[kdelibs] added initial cmake support
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1182854 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'doc')
-rw-r--r--doc/CMakeLists.txt12
-rw-r--r--doc/common/CMakeLists.txt28
-rw-r--r--doc/kspell/CMakeLists.txt0
3 files changed, 40 insertions, 0 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
new file mode 100644
index 000000000..930db3e21
--- /dev/null
+++ b/doc/CMakeLists.txt
@@ -0,0 +1,12 @@
+#################################################
+#
+# (C) 2010 Serghei Amelian
+# serghei (DOT) amelian (AT) gmail.com
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+add_subdirectory( common )
diff --git a/doc/common/CMakeLists.txt b/doc/common/CMakeLists.txt
new file mode 100644
index 000000000..a54894234
--- /dev/null
+++ b/doc/common/CMakeLists.txt
@@ -0,0 +1,28 @@
+#################################################
+#
+# (C) 2010 Serghei Amelian
+# serghei (DOT) amelian (AT) gmail.com
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+##### other data ################################
+
+install( FILES
+ artistic-license.html bottom1.png bottom2.png
+ bsd-license.html doctop1.png doctop2.png fdl-license
+ fdl-license.html gpl-license gpl-license.html
+ kde-common.css kde-default.css kde-web.css kde-localised.css.template
+ lgpl-license lgpl-license.html qpl-license.html shadow.png
+ web-docbottom.png x11-license.html xml.dcl web-doctop.png
+ doctop1a.png doctop1b.png 1.png 2.png 3.png 4.png
+ 5.png 6.png 7.png 8.png 9.png 10.png doxygen.css
+ header.html footer.html mainheader.html appheader.html
+ mainfooter.html fdl-notice.html favicon.ico kde_gear_64.png
+ docheadergears.png headerbg.png grad.png kmenu.png
+ kde_logo.png kde_logo_bg.png bottom-left.png bottom-middle.png
+ bottom-right.png top-left.png top-middle.png top-right-konqueror.png
+ DESTINATION ${HTML_INSTALL_DIR}/en/common )
diff --git a/doc/kspell/CMakeLists.txt b/doc/kspell/CMakeLists.txt
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/doc/kspell/CMakeLists.txt