summaryrefslogtreecommitdiff
path: root/deps.mk
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2026-09-10 11:47:09 -0300
committerEuAndreh <eu@euandre.org>2026-09-10 11:47:09 -0300
commita55fd9274b84bc5065268e9decd4b41d15326df8 (patch)
tree6099044d294f7e3ca35f99be9bcceec92dd7da3e /deps.mk
parentstyle.css: Keep the numbers still by taking them out of the scroll (diff)
downloadeuandre.org-a55fd9274b84bc5065268e9decd4b41d15326df8.tar.gz
euandre.org-a55fd9274b84bc5065268e9decd4b41d15326df8.tar.xz
Name the i18n stamp a sentinel
Every other file of its kind here is a sentinel, and .sentinel is what the suffix rules and the .gitignore already spell. One outlier called .stamp meant two names for the one idea. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01KxLpaNQThKfMG3ecCJptP9
Diffstat (limited to '')
-rw-r--r--deps.mk12
1 files changed, 6 insertions, 6 deletions
diff --git a/deps.mk b/deps.mk
index e8c3b1f..e4d7ac4 100644
--- a/deps.mk
+++ b/deps.mk
@@ -1565,11 +1565,11 @@ translations = \
src/i18n.fr.txt \
src/i18n.pt.txt \
-src/i18n.stamp: po/po4a.cfg po/en.po po/eo.po po/es.po po/fr.po po/pt.po
+src/i18n.sentinel: po/po4a.cfg po/en.po po/eo.po po/es.po po/fr.po po/pt.po
po4a po/po4a.cfg
touch $@
-$(translations): src/i18n.stamp
+$(translations): src/i18n.sentinel
translations.txt = src/translations.txt
@@ -1869,7 +1869,7 @@ side-assets = \
$$(find $(root.dir) -name 'sortdata.txt' 2>/dev/null) \
$(root.dir)/*/*/feed.*.xml \
$(translations) \
- src/i18n.stamp \
+ src/i18n.sentinel \
$(root.dir)/.well-known/ \
src/comments/ \
$$(cat src/all-symlinks.txt 2>/dev/null) \
@@ -2445,6 +2445,6 @@ check: check-unit
ALWAYS:
-$(sources.html) $(sources.json): src/i18n.stamp
-$(listings.htmllisting) $(categories.xml): src/i18n.stamp
-$(articles.feedentry): src/i18n.stamp
+$(sources.html) $(sources.json): src/i18n.sentinel
+$(listings.htmllisting) $(categories.xml): src/i18n.sentinel
+$(articles.feedentry): src/i18n.sentinel