summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-05-02 06:44:35 -0300
committerEuAndreh <eu@euandre.org>2025-05-02 06:44:35 -0300
commit490639fa790d4b45b3f2645500b73934129437fc (patch)
treedafebf5995c941b5a7b77a1e92baa6214cefd847
parentsrc/headers/ref.txt: Add empty line separation (diff)
downloadpapo.im-490639fa790d4b45b3f2645500b73934129437fc.tar.gz
papo.im-490639fa790d4b45b3f2645500b73934129437fc.tar.xz
mkdeps.sh: Include all translated files in po4a.in
-rw-r--r--deps.mk3
-rwxr-xr-xmkdeps.sh2
2 files changed, 4 insertions, 1 deletions
diff --git a/deps.mk b/deps.mk
index 65999ad..4987815 100644
--- a/deps.mk
+++ b/deps.mk
@@ -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
diff --git a/mkdeps.sh b/mkdeps.sh
index 69424ad..1336383 100755
--- a/mkdeps.sh
+++ b/mkdeps.sh
@@ -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'