aboutsummaryrefslogtreecommitdiff
path: root/aux/workflow
diff options
context:
space:
mode:
Diffstat (limited to 'aux/workflow')
-rwxr-xr-xaux/workflow/l10n.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/aux/workflow/l10n.sh b/aux/workflow/l10n.sh
index 8d77585..a158452 100755
--- a/aux/workflow/l10n.sh
+++ b/aux/workflow/l10n.sh
@@ -31,7 +31,7 @@ for from_f in "$@"; do
po4a-translate -f man -m "$from_f" -p "$pofile" -l "$to_f" -k 0 -v >&2
;;
*.en.md)
- md2po "$from_f" --include-code-blocks -m --po-filepath "$pofile" --quiet --save
+ md2po "$from_f" --include-codeblocks --quiet --save --po-filepath "$pofile"
po2md "$from_f" --pofiles "$pofile" --quiet --save "$to_f"
;;
*)