summaryrefslogtreecommitdiffstats
path: root/q15/cmake/install_apidox
diff options
context:
space:
mode:
authorgregory guy <[email protected]>2020-11-20 16:35:29 +0100
committerSlávek Banko <[email protected]>2020-12-02 19:51:30 +0100
commit5bf9a46ed843025016c7b7be43a1ca8754d60b79 (patch)
tree45b7243b7a03a2425da3c0117b858bbd31264a29 /q15/cmake/install_apidox
parentafd39a42465117e8926ad7a858dc65c9bf654fa0 (diff)
downloadtdegames-5bf9a46ed843025016c7b7be43a1ca8754d60b79.tar.gz
tdegames-5bf9a46ed843025016c7b7be43a1ca8754d60b79.zip
Some cleanup and cosmetics.
Signed-off-by: gregory guy <[email protected]> (cherry picked from commit 0683f09c4a902a13b826a06ef95377b6352801f8)
Diffstat (limited to 'q15/cmake/install_apidox')
-rwxr-xr-xq15/cmake/install_apidox12
1 files changed, 0 insertions, 12 deletions
diff --git a/q15/cmake/install_apidox b/q15/cmake/install_apidox
deleted file mode 100755
index b757f797..00000000
--- a/q15/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}/