diff options
author | EuAndreh <eu@euandre.org> | 2025-04-30 06:54:25 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-04-30 06:55:38 -0300 |
commit | 861ec3fa71d8f02c533eb3cf03a23884b8c35f7c (patch) | |
tree | 572c81fb9bd0abcd398d356fb63320801c10c2e6 /Makefile | |
parent | src/content/en/: Unpluralize collection names (diff) | |
download | euandre.org-861ec3fa71d8f02c533eb3cf03a23884b8c35f7c.tar.gz euandre.org-861ec3fa71d8f02c533eb3cf03a23884b8c35f7c.tar.xz |
Makefile: Include call to po4a(1) in build
Diffstat (limited to '')
-rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -196,6 +196,7 @@ derived-assets = \ install.txt \ sources.txt \ src/content/.gitignore \ + i18n.sentinel \ captured-assets = \ src/content/$(PUBURL) \ @@ -342,6 +343,10 @@ install.txt: src/install.txt sources.txt install.txt: sed 's|^src/content/||' src/$(@F) > $@ +i18n.sentinel: po/po4a.cfg po/note.txt $(sources.po) $(po4a.in) + po4a po/po4a.cfg + touch $@ + src/sort-expected.txt: |