File: makepo.sh

package info (click to toggle)
confy 0.9.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 900 kB
  • sloc: python: 3,413; xml: 55; sh: 14; makefile: 4
file content (7 lines) | stat: -rwxr-xr-x 150 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
#!/bin/bash
set -euo pipefail
cd "$(dirname "$0")/.."
[ ! -d bld ] && meson setup bld
ninja -C bld/ confy-pot
ninja -C bld/ confy-update-po
rm -r bld