aboutsummaryrefslogtreecommitdiff
path: root/aux/workflow
diff options
context:
space:
mode:
Diffstat (limited to 'aux/workflow')
-rwxr-xr-xaux/workflow/l10n.sh4
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