summaryrefslogtreecommitdiffstats
path: root/cmake/install_apidox
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/install_apidox')
-rwxr-xr-xcmake/install_apidox12
1 files changed, 0 insertions, 12 deletions
diff --git a/cmake/install_apidox b/cmake/install_apidox
deleted file mode 100755
index b757f79..0000000
--- a/cmake/install_apidox
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/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}/