From 53d16f745068aacabb8713a256baa5644dd0b62d Mon Sep 17 00:00:00 2001 From: Laura Arjona Reina Date: Sun, 27 Dec 2020 18:19:19 +0100 Subject: Add the dependency of /security folder of each language, so when a DSA is translated, this page is also rebuilt --- english/intro/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" -- cgit v1.2.3