summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-05-02 06:44:21 -0300
committerEuAndreh <eu@euandre.org>2025-05-02 06:44:21 -0300
commitbac9e22315f06b02727d1ec27e4cfb1ea1ad2064 (patch)
tree96e4bea86d303243eedf8022bc47722b542f792d
parentMakefile: move empty symlink dirs to src/linkonly-dirs.txt (diff)
downloadeuandre.org-bac9e22315f06b02727d1ec27e4cfb1ea1ad2064.tar.gz
euandre.org-bac9e22315f06b02727d1ec27e4cfb1ea1ad2064.tar.xz
mkdeps.sh: Include all translated files in po4a.inHEADmain
Diffstat (limited to '')
-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 ffdee3b..0a19d23 100644
--- a/deps.mk
+++ b/deps.mk
@@ -148,6 +148,9 @@ po4a.in = \
src/content/en/til/2020/08/12/filename-timestamp.adoc \
src/content/en/til/categories.adoc \
src/content/en/til/index.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'