summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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'