From 7ffba8afee76edba6433d97864119501731742e8 Mon Sep 17 00:00:00 2001 From: samelian Date: Tue, 5 Oct 2010 19:41:05 +0000 Subject: [kdelibs] added initial cmake support git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1182854 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- doc/CMakeLists.txt | 12 ++++++++++++ doc/common/CMakeLists.txt | 28 ++++++++++++++++++++++++++++ doc/kspell/CMakeLists.txt | 0 3 files changed, 40 insertions(+) create mode 100644 doc/CMakeLists.txt create mode 100644 doc/common/CMakeLists.txt create mode 100644 doc/kspell/CMakeLists.txt (limited to 'doc') 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 -- cgit v1.2.1