summaryrefslogtreecommitdiff
path: root/mkdeps.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xmkdeps.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/mkdeps.sh b/mkdeps.sh
index 496c13e..37f4237 100755
--- a/mkdeps.sh
+++ b/mkdeps.sh
@@ -312,10 +312,10 @@ translations | varlist 'translations'
## One run writes all of them, so they hang off a stamp rather
## than each invoking po4a for itself.
-printf 'src/i18n.stamp: po/po4a.cfg %s\n' "$(find po -maxdepth 1 -name '*.po' | sort | tr '\n' ' ')"
+printf 'src/i18n.sentinel: po/po4a.cfg %s\n' "$(find po -maxdepth 1 -name '*.po' | sort | tr '\n' ' ')"
printf '\tpo4a po/po4a.cfg\n'
printf '\ttouch $@\n\n'
-printf '$(translations): src/i18n.stamp\n\n'
+printf '$(translations): src/i18n.sentinel\n\n'
## The map mkwb conf reads to link a page to its translations,
@@ -338,6 +338,6 @@ mkwb rules
## comes after them. It has to name what renders rather than
## what a page is made of: an article never writes a .htmlheader
## of its own, so naming that missed every one of them.
-printf '\n$(sources.html) $(sources.json): src/i18n.stamp\n'
-printf '$(listings.htmllisting) $(categories.xml): src/i18n.stamp\n'
-printf '$(articles.feedentry): src/i18n.stamp\n'
+printf '\n$(sources.html) $(sources.json): src/i18n.sentinel\n'
+printf '$(listings.htmllisting) $(categories.xml): src/i18n.sentinel\n'
+printf '$(articles.feedentry): src/i18n.sentinel\n'