summaryrefslogtreecommitdiff
path: root/mkdeps.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-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'
{