aboutsummaryrefslogtreecommitdiffstats
path: root/english/Makefile
diff options
context:
space:
mode:
authorLaura Arjona Reina <larjona@debian.org>2019-11-06 14:13:41 +0100
committerLaura Arjona Reina <larjona@debian.org>2019-12-13 19:52:05 +0100
commit9aa293d9412386cb1c3988f44d419fbf3c7662e7 (patch)
tree86eb0a31a8c63cd54eb1958ce084824602353b51 /english/Makefile
parent5cb785a951ed165e64d0a47a68d0ec3b50c90f9e (diff)
move some strings to a .def file and use gettext so homepage does not get outdated if we change them
Diffstat (limited to 'english/Makefile')
-rw-r--r--english/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/english/Makefile b/english/Makefile
index eff7aef056e..04406cb52bd 100644
--- a/english/Makefile
+++ b/english/Makefile
@@ -28,12 +28,12 @@ SEARCHXML = $(sort $(foreach i,$(SUBLANG),$(subst search,search.$(LANGUAGE)-$(i)
DESTSEARCHXML = $(patsubst %.xml,$(HTMLDIR)/%.xml,$(SEARCHXML))
endif
-$(INDEXPAGE): index.wml $(TEMPLDIR)/mainpage.wml $(GETTEXTDEP) \
+$(INDEXPAGE): index.wml index.def $(TEMPLDIR)/mainpage.wml $(GETTEXTDEP) \
$(wildcard News/$(CUR_YEAR)/[0-9]*.wml) $(wildcard $(ENGLISHSRCDIR)/News/$(CUR_YEAR)/[0-9]*.wml) \
$(wildcard News/$(CUR_YEAR)/[0-9]*.title) \
$(wildcard security/$(CUR_YEAR)/dsa-[0-9]*.wml) $(wildcard $(ENGLISHSRCDIR)/security/$(CUR_YEAR)/dsa-[0-9]*.wml) \
$(TEMPLDIR)/ctime.wml $(TEMPLDIR)/recent_list.wml $(TEMPLDIR)/languages.wml \
- $(TEMPLDIR)/release_info.wml $(TEMPLDIR)/release_images.wml
+ $(TEMPLDIR)/release_info.wml $(TEMPLDIR)/release_images.wml $(TEMPLDIR)/links.tags.wml
ifeq "$(LANGUAGE)" "zh"
@echo -n "Processing $(<F): "
$(shell echo $(WML) | perl -pe 's,:.zh-(..)\.html,:index.zh-$$1.html,g') \

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