summaryrefslogtreecommitdiffstats
path: root/kdoctools
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-02-21 17:39:21 -0600
committerDarrell Anderson <humanreadable@yahoo.com>2012-02-21 17:39:21 -0600
commitcce6e81f38f0d6eb0a45fe5e5bf1d5a44b184e2a (patch)
tree6c828a69f7e9cd1fa029eaa8aa307589a5517a53 /kdoctools
parent0cbd99316a10fc2537140f71989d383404727255 (diff)
downloadtdelibs-cce6e81f38f0d6eb0a45fe5e5bf1d5a44b184e2a.tar.gz
tdelibs-cce6e81f38f0d6eb0a45fe5e5bf1d5a44b184e2a.zip
Fix the creation of the checkXML script.
This partially resolves bug report 694.
Diffstat (limited to 'kdoctools')
-rw-r--r--kdoctools/checkXML.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdoctools/checkXML.cmake b/kdoctools/checkXML.cmake
index b986a7b1b..b6d0fe8a1 100644
--- a/kdoctools/checkXML.cmake
+++ b/kdoctools/checkXML.cmake
@@ -3,5 +3,5 @@
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`
+exit `@BIN_INSTALL_DIR@/meinproc --check --stdout $@ > /dev/null`