summaryrefslogtreecommitdiff
path: root/mkdeps.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-04-30 06:54:25 -0300
committerEuAndreh <eu@euandre.org>2025-04-30 06:55:38 -0300
commit861ec3fa71d8f02c533eb3cf03a23884b8c35f7c (patch)
tree572c81fb9bd0abcd398d356fb63320801c10c2e6 /mkdeps.sh
parentsrc/content/en/: Unpluralize collection names (diff)
downloadeuandre.org-861ec3fa71d8f02c533eb3cf03a23884b8c35f7c.tar.gz
euandre.org-861ec3fa71d8f02c533eb3cf03a23884b8c35f7c.tar.xz
Makefile: Include call to po4a(1) in build
Diffstat (limited to 'mkdeps.sh')
-rwxr-xr-xmkdeps.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/mkdeps.sh b/mkdeps.sh
index e886a15..37a8567 100755
--- a/mkdeps.sh
+++ b/mkdeps.sh
@@ -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'
{