summaryrefslogtreecommitdiffstats
path: root/q15/cmake/install_apidox
diff options
context:
space:
mode:
Diffstat (limited to 'q15/cmake/install_apidox')
-rwxr-xr-xq15/cmake/install_apidox12
1 files changed, 12 insertions, 0 deletions
diff --git a/q15/cmake/install_apidox b/q15/cmake/install_apidox
new file mode 100755
index 00000000..b757f797
--- /dev/null
+++ b/q15/cmake/install_apidox
@@ -0,0 +1,12 @@
+#!/bin/bash
+
+top_srcdir=${1}
+top_builddir=${2}
+kde_libs_htmldir=${3}
+installdir=${DESTDIR}
+
+abs_top_srcdir=$(cd ${top_srcdir} && pwd)
+
+cd ${top_builddir}
+mkdir -p ${installdir}/${kde_libs_htmldir}/en
+cp -Rp ${top_builddir}/${kde_libs_htmldir}/en ${installdir}/${kde_libs_htmldir}/