diff options
author | EuAndreh <eu@euandre.org> | 2021-08-09 14:31:25 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-08-09 14:31:25 -0300 |
commit | 0b33a2b1ebcf0893d467c1ed72b8765d398918c7 (patch) | |
tree | fc1ae4ff5216bc0dbd02b38fa7fb26c362e487ad /aux/workflow | |
parent | Add stub src/tar.c (diff) | |
download | gistatic-0b33a2b1ebcf0893d467c1ed72b8765d398918c7.tar.gz gistatic-0b33a2b1ebcf0893d467c1ed72b8765d398918c7.tar.xz |
aux/workflow/: Update
Diffstat (limited to 'aux/workflow')
-rwxr-xr-x | aux/workflow/l10n.sh | 5 | ||||
-rwxr-xr-x | aux/workflow/public.sh | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/aux/workflow/l10n.sh b/aux/workflow/l10n.sh index 683758f..ff5181e 100755 --- a/aux/workflow/l10n.sh +++ b/aux/workflow/l10n.sh @@ -39,6 +39,11 @@ for from_f in "$@"; do po4a-translate -f man -m "$from_f" \ -p "$pofile" -l "$to_f" -k 0 -v >&2 ;; + *.en.html) + po4a-updatepo -f xhtml -m "$from_f" -p "$pofile" + po4a-translate -f xhtml -m "$from_f" \ + -p "$pofile" -l "$to_f" -k 0 -v >&2 + ;; *.en.md) touch "$pofile" md2po --include-codeblocks --quiet --save \ diff --git a/aux/workflow/public.sh b/aux/workflow/public.sh index 2276ed3..07be9d4 100755 --- a/aux/workflow/public.sh +++ b/aux/workflow/public.sh @@ -54,7 +54,6 @@ for lang in $LANGS; do done ln -fs en/index.html "$OUTDIR/index.html" -ln -fs en/CHANGELOG.html "$OUTDIR/CHANGELOG.html" cp aux/workflow/favicon.svg aux/workflow/favicon.png "$OUTDIR" sh aux/ci/report.sh -n "$PROJECT" -o "$OUTDIR" |