summaryrefslogtreecommitdiffstats
path: root/q15/cmake/install_apidox
diff options
context:
space:
mode:
authorDenis Kozadaev <[email protected]>2020-03-28 14:31:25 +0300
committerSlávek Banko <[email protected]>2020-12-02 19:51:24 +0100
commitafd39a42465117e8926ad7a858dc65c9bf654fa0 (patch)
treeafbe8c4d9805902061830956bf6cd57674e196d2 /q15/cmake/install_apidox
parent36d0f854d7fc6415b31e262d0f16c91159c41b4a (diff)
downloadtdegames-afd39a42465117e8926ad7a858dc65c9bf654fa0.tar.gz
tdegames-afd39a42465117e8926ad7a858dc65c9bf654fa0.zip
fifteen puzzle game
Signed-off-by: Denis Kozadaev <[email protected]> (cherry picked from commit b4978e97409c609686dc6eb97b150ed2e677ff13)
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}/