aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaura Arjona Reina <larjona@debian.org>2020-12-27 18:19:19 +0100
committerLaura Arjona Reina <larjona@debian.org>2020-12-27 18:19:19 +0100
commit53d16f745068aacabb8713a256baa5644dd0b62d (patch)
tree5c855360ea92ab2fe9a295282c697f1b49f6c1d4
parent26d9e4b8ce75420f0ded6bc095bc67fde9f7f191 (diff)
Add the dependency of /security folder of each language, so when a DSA is translated, this page is also rebuilt
-rw-r--r--english/intro/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/english/intro/Makefile b/english/intro/Makefile
index da871431606..9b1a2e343f1 100644
--- a/english/intro/Makefile
+++ b/english/intro/Makefile
@@ -15,7 +15,8 @@ else
INDEXPAGE := $(sort $(foreach i,$(SUBLANG),$(subst index,index.$(LANGUAGE)-$(i),index.html)))
endif
-$(INDEXPAGE): index.wml $(wildcard $(ENGLISHSRCDIR)/security/$(CUR_YEAR)/dsa-[0-9]*.wml) \
+$(INDEXPAGE): index.wml $(wildcard $(ENGLISHDIR)/security/$(CUR_YEAR)/dsa-[0-9]*.wml) \
+ $(wildcard $(ENGLISHSRCDIR)/security/$(CUR_YEAR)/dsa-[0-9]*.wml)
$(TEMPLDIR)/recent_list.wml $(GETTEXTDEP)
ifeq "$(LANGUAGE)" "zh"

© 2014-2024 Faster IT GmbH | imprint | privacy policy