diff options
author | EuAndreh <eu@euandre.org> | 2025-05-02 06:44:35 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-05-02 06:44:35 -0300 |
commit | 490639fa790d4b45b3f2645500b73934129437fc (patch) | |
tree | dafebf5995c941b5a7b77a1e92baa6214cefd847 | |
parent | src/headers/ref.txt: Add empty line separation (diff) | |
download | papo.im-490639fa790d4b45b3f2645500b73934129437fc.tar.gz papo.im-490639fa790d4b45b3f2645500b73934129437fc.tar.xz |
mkdeps.sh: Include all translated files in po4a.in
-rw-r--r-- | deps.mk | 3 | ||||
-rwxr-xr-x | mkdeps.sh | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -54,6 +54,9 @@ sources.po = \ po4a.in = \ src/content/en/about.adoc \ + src/headers/ref.txt \ + src/names/categories/ref.txt \ + src/names/category/ref.txt \ src/content/en/about.html.gz: src/content/en/about.html src/content/en/index.html.gz: src/content/en/index.html @@ -73,7 +73,7 @@ find po/*.po po/*.pot | varlist 'sources.po' cat po/po4a.cfg | - awk '$1 == "[type:" && $2 == "asciidoc]" && $4 != "" && $0=$3' | + awk '$1 == "[type:" && $4 != "" && $0=$3' | varlist 'po4a.in' |