diff options
author | EuAndreh <eu@euandre.org> | 2021-06-24 21:00:59 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-06-25 11:56:53 -0300 |
commit | 479ef66b1205fab66fa0d46782b5d81748104a58 (patch) | |
tree | be7fd0971abacbe58cb763abf16a084849a0b097 /aux/workflow | |
parent | aux/assert-shellcheck.sh: Remove "set -x" option (diff) | |
download | git-permalink-479ef66b1205fab66fa0d46782b5d81748104a58.tar.gz git-permalink-479ef66b1205fab66fa0d46782b5d81748104a58.tar.xz |
git mv po/ doc/po/
Diffstat (limited to 'aux/workflow')
-rwxr-xr-x | aux/workflow/l10n.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/aux/workflow/l10n.sh b/aux/workflow/l10n.sh index 207237d..eb6db07 100755 --- a/aux/workflow/l10n.sh +++ b/aux/workflow/l10n.sh @@ -25,8 +25,8 @@ manpage() { printf 'Generating %s...\n' "$to_f" OUT="$(mktemp)" - po4a-updatepo -f man -m "$from_f" -p "po/$l.po" - po4a-translate -f man -m "$from_f" -p "po/$l.po" -l "$to_f" -k 0 -v 2>&1 | tee "$OUT" >&2 + po4a-updatepo -f man -m "$from_f" -p "doc/po/$l.po" + po4a-translate -f man -m "$from_f" -p "doc/po/$l.po" -l "$to_f" -k 0 -v 2>&1 | tee "$OUT" >&2 if ! grep -qF ' is 100% translated (' "$OUT"; then printf '\n\tWARNING!\n Missing translations for %s\n\n' "$to_f" >&2 |