envision/po/make-pot.sh
2023-09-09 11:23:42 +02:00

5 lines
110 B
Bash
Executable file

if [[ ! -d build ]]; then
meson setup build -Dprefix="$PWD/build/testdir"
fi
ninja -C build envision-pot