summaryrefslogtreecommitdiff
path: root/make.sh
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2015-09-27 15:07:18 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2015-09-27 15:07:18 +0200
commite5da485f77b3b8cd3bc32c13e4497a64a2ad10c3 (patch)
treeb7351c6674108ea5746d70fdc2ff6c59bdc84595 /make.sh
parentbbabe0f4e471dd984a1c01353c44d4eb1f336473 (diff)
parent16fe2e5d0525422ba6ca5db9e92a93d17caae302 (diff)
Merge new upstream release
Diffstat (limited to 'make.sh')
-rwxr-xr-xmake.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/make.sh b/make.sh
index 6c27dce..6483361 100755
--- a/make.sh
+++ b/make.sh
@@ -1,5 +1,11 @@
#!/bin/sh
+# get directory of script and cd to it
+DIR="$( cd "$( dirname "$0" )" && pwd )"
+cd $DIR
+
+./resources/locale/compile-po.sh
+
mkdir build
cd build; cmake ..; make -j8 && ( cd .. )