summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-05-04 09:04:34 -0300
committerEuAndreh <eu@euandre.org>2025-05-04 09:06:20 -0300
commit6f846a22f21407cbb469040a2be56e15eb2449c3 (patch)
tree5917178c84ed2e498da54d5d01ab83afe647c67c /Makefile
parentmkdeps.sh: Include all translated files in po4a.in (diff)
downloadeuandre.org-6f846a22f21407cbb469040a2be56e15eb2449c3.tar.gz
euandre.org-6f846a22f21407cbb469040a2be56e15eb2449c3.tar.xz
Makefile: Turn "i18n.sentinel" into a standalone "i18n" virtual target
Diffstat (limited to '')
-rw-r--r--Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index c4bb723..ab55e9f 100644
--- a/Makefile
+++ b/Makefile
@@ -209,7 +209,6 @@ derived-assets = \
install.txt \
sources.txt \
src/content/.gitignore \
- i18n.sentinel \
captured-assets = \
src/content/$(PUBURL) \
@@ -358,10 +357,6 @@ 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:
@@ -447,6 +442,11 @@ check: check-unit check-integration
+i18n:
+ po4a po/po4a.cfg
+
+
+
## Remove *all* derived artifacts produced during the build.
## A dedicated test asserts that this is always true.
clean: