File: update_translation.sh

package info (click to toggle)
impression 3.5.5-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 1,016 kB
  • sloc: xml: 25; sh: 23; makefile: 23
file content (11 lines) | stat: -rwxr-xr-x 209 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env bash

BUILD_DIR="translation-build/"
if [ -d "$BUILD_DIR" ]; then
	rm -r translation-build
fi

meson translation-build
meson compile -C translation-build impression-pot

rm -r translation-build