summaryrefslogtreecommitdiffstats
path: root/qnetchess/cmake/install_apidox
diff options
context:
space:
mode:
authorDenis Kozadaev <denis@dilos.org>2020-03-28 17:45:12 +0300
committerDenis Kozadaev <denis@dilos.org>2020-03-28 17:45:12 +0300
commitb93fd6da0b9fd56962db2ea64f98da30d5f93538 (patch)
tree9e20e7301f6d6ed7b45750718d6998a0d39e2ced /qnetchess/cmake/install_apidox
parent62af0157e055222214ab132575e41f924e997ff1 (diff)
downloadtdegames-qnetchess.tar.gz
tdegames-qnetchess.zip
Network Chess game for two playersqnetchess
Signed-off-by: Denis Kozadaev <denis@dilos.org>
Diffstat (limited to 'qnetchess/cmake/install_apidox')
-rwxr-xr-xqnetchess/cmake/install_apidox12
1 files changed, 12 insertions, 0 deletions
diff --git a/qnetchess/cmake/install_apidox b/qnetchess/cmake/install_apidox
new file mode 100755
index 00000000..b757f797
--- /dev/null
+++ b/qnetchess/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}/