diff options
author | EuAndreh <eu@euandre.org> | 2025-04-30 06:54:25 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-04-30 06:55:38 -0300 |
commit | 861ec3fa71d8f02c533eb3cf03a23884b8c35f7c (patch) | |
tree | 572c81fb9bd0abcd398d356fb63320801c10c2e6 /mkdeps.sh | |
parent | src/content/en/: Unpluralize collection names (diff) | |
download | euandre.org-861ec3fa71d8f02c533eb3cf03a23884b8c35f7c.tar.gz euandre.org-861ec3fa71d8f02c533eb3cf03a23884b8c35f7c.tar.xz |
Makefile: Include call to po4a(1) in build
Diffstat (limited to 'mkdeps.sh')
-rwxr-xr-x | mkdeps.sh | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -64,6 +64,12 @@ find src/content/img/ -name '*.svg' | varlist 'images.svg' media | varlist 'sources.media' tarballs | varlist 'sources.tarballs' extras | varlist 'sources.extras' +find po/*.po po/*.pot | varlist 'sources.po' + + +cat po/po4a.cfg | + awk '$1 == "[type:" && $2 == "asciidoc]" && $4 != "" && $0=$3' | + varlist 'po4a.in' { |