aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZibiHUN <the7up@gmail.com>2020-12-27 17:52:49 +0100
committerZibiHUN <the7up@gmail.com>2020-12-27 17:52:49 +0100
commitb1879fc3dfc24150c5ba738e100e5c423acef9a0 (patch)
tree519d3d1a188b72db80fac3eb422aace8e96bf9cb
parentee67dfa29699ce3f8c99f97e62d7be7e9d8f1bdb (diff)
parentd46c65ade631cdbcbc0f2d6445a7a455d4c26e32 (diff)
Merge branch 'master' of https://salsa.debian.org/webmaster-team/webwml
-rw-r--r--english/devel/website/validation.data3
-rw-r--r--english/intro/Makefile19
2 files changed, 21 insertions, 1 deletions
diff --git a/english/devel/website/validation.data b/english/devel/website/validation.data
index 9c82a78045c..4edc8cb1eee 100644
--- a/english/devel/website/validation.data
+++ b/english/devel/website/validation.data
@@ -27,7 +27,8 @@ ja Nobuhiro IMAI (今井 伸広) <nov@yo.rim.or.jp>, Kenshi Muto (武藤 健志)
ko Seunghun Han <kkamagui@gmail.com>
lt Martynas Sklizmantas <saint@ghost.lt>
nb Hans Fredrik Nordhaug <hansfn@gmail.com>
-nl Dutch localization <debian-l10n-dutch@lists.debian.org>
+#nl Dutch localization team <debian-l10n-dutch@lists.debian.org>
+nl Frans Spiesschaert <Frans.Spiesschaert@yucom.be>
pl Bartosz Feński <fenio@debian.org>, Marcin Owsiany <porridge@debian.org>
pt Paulo Henrique de Lima Santana <paulo@phls.com.br>, Qobi Ben Nun <qobibennun@gmail.com>
ro Andrei Popescu <andreimpopescu@gmail.com>
diff --git a/english/intro/Makefile b/english/intro/Makefile
index de9aebfb229..da871431606 100644
--- a/english/intro/Makefile
+++ b/english/intro/Makefile
@@ -9,6 +9,25 @@ include $(WMLBASE)/Make.lang
about.$(LANGUAGE).html: $(TEMPLDIR)/release_info.wml
+ifndef SUBLANG
+INDEXPAGE := index.$(LANGUAGE).html
+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) \
+ $(TEMPLDIR)/recent_list.wml $(GETTEXTDEP)
+
+ifeq "$(LANGUAGE)" "zh"
+ @echo -n "Processing $(<F): "
+ $(shell echo $(WML) | perl -pe 's,:.zh-(..)\.html,:index.zh-$$1.html,g') \
+ $(shell egrep '^-D (CUR_|CHAR)' ../.wmlrc) \
+ $(<F)
+ @$(GENERATE_ZH_VARIANTS) index html
+else
+ $(WML) $(<F)
+endif
+
organization.$(LANGUAGE).html: organization.wml \
$(ENGLISHSRCDIR)/intro/organization.data \
$(ENGLISHDIR)/MailingLists/lists.cfg \

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