diff options
-rw-r--r-- | deps.mk | 3 | ||||
-rwxr-xr-x | mkdeps.sh | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -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 @@ -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' |