summaryrefslogtreecommitdiffstats
path: root/kdoctools/checkXML.cmake
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 /kdoctools/checkXML.cmake
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 'kdoctools/checkXML.cmake')
-rw-r--r--kdoctools/checkXML.cmake7
1 files changed, 7 insertions, 0 deletions
diff --git a/kdoctools/checkXML.cmake b/kdoctools/checkXML.cmake
new file mode 100644
index 000000000..b986a7b1b
--- /dev/null
+++ b/kdoctools/checkXML.cmake
@@ -0,0 +1,7 @@
+#! /bin/sh
+
+prefix=@CMAKE_INSTALL_PREFIX@
+# FIXME this must be separate?
+exec_prefix=@CMAKE_INSTALL_PREFIX@
+exit `@CMAKE_INSTALL_PREFIX@/@BIN_INSTALL_DIR@/meinproc --check --stdout $@ > /dev/null`
+