From 0d564da44aaec3d4504aada1d5db8985d294932d Mon Sep 17 00:00:00 2001 From: Laura Arjona Reina Date: Sat, 16 Mar 2019 18:56:21 +0100 Subject: add templates and makefile copied from CD folder --- english/download/Makefile | 38 ++++++++++++++++++++++++++++++++++++++ english/download/index.wml | 3 ++- 2 files changed, 40 insertions(+), 1 deletion(-) create mode 100644 english/download/Makefile diff --git a/english/download/Makefile b/english/download/Makefile new file mode 100644 index 00000000000..75df8081f9f --- /dev/null +++ b/english/download/Makefile @@ -0,0 +1,38 @@ +# If this makefile is not generic enough to support a translation, +# please contact debian-www. + +WMLBASE=.. +CUR_DIR=download +SUBS= +GETTEXTFILES += cdimage.mo + +NOGENERICDEP := true +include $(WMLBASE)/Make.lang + +ifeq "$(LANGUAGE)" "en" + EXTRAWMLDEP := $(WMLRCDEP) $(GETTEXTDEP) $(TEMPLDIR)/cdimage.wml +else + EXTRAWMLDEP := $(WMLRCDEP) $(GETTEXTDEP) $(TEMPLDIR)/cdimage.wml $(TEMPLDIR)/translation-check.wml +endif + +# The "| $(VCSREVCACHE)" here is an order-only prerequisite - always +# check that the prerequisite exists and is up to date, but don't +# rebuild everything whenever it's updated - see +# https://www.gnu.org/software/make/manual/html_node/Prerequisite-Types.html +%.$(LANGUAGE).html: %.wml $(EXTRAWMLDEP) | $(VCSREVCACHE) + $(WML) $(

Download Debian

-- cgit v1.2.3