aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaura Arjona Reina <larjona@debian.org>2019-04-03 15:36:52 +0200
committerLaura Arjona Reina <larjona@debian.org>2019-04-03 15:36:52 +0200
commit5bccbb331493d086d95439b87798409155c06f3a (patch)
treeeb429e065bf4b762676e5f0e38e903fbd3bc5ac8
parent80ee5185090c13ec2abfc66e5ca5d0af2d5aedbe (diff)
Add the img directory to the Makefiles
-rw-r--r--english/download/Makefile4
-rw-r--r--english/download/img/Makefile9
2 files changed, 11 insertions, 2 deletions
diff --git a/english/download/Makefile b/english/download/Makefile
index 75df8081f9f..57a17424b19 100644
--- a/english/download/Makefile
+++ b/english/download/Makefile
@@ -3,7 +3,7 @@
WMLBASE=..
CUR_DIR=download
-SUBS=
+SUBS=img
GETTEXTFILES += cdimage.mo
NOGENERICDEP := true
@@ -28,7 +28,7 @@ else
RELEASESDEP := $(ENGLISHDIR)/CD/releases/index.wml
endif
-index.$(LANGUAGE).html: index.wml $(TEMPLDIR)/cdimage.wml $(TEMPLDIR)/release_info.wml $(RELEASESDEP) $(GETTEXTDEP)
+index.$(LANGUAGE).html: index.wml $(ENGLISHDIR)/download/img $(TEMPLDIR)/cdimage.wml $(TEMPLDIR)/release_info.wml $(RELEASESDEP) $(GETTEXTDEP)
$(WML) $(<F) -I $(ENGLISHDIR)/CD/
misc.$(LANGUAGE).html: misc.wml $(TEMPLDIR)/cdimage.wml $(GETTEXTDEP)
diff --git a/english/download/img/Makefile b/english/download/img/Makefile
new file mode 100644
index 00000000000..d8c2d045864
--- /dev/null
+++ b/english/download/img/Makefile
@@ -0,0 +1,9 @@
+# Considering webwml/english/partners/images/* shouldn't be in translations,
+# there should be no need to copy this file to translation directories.
+
+WMLBASE=../..
+CUR_DIR=download/img
+SUBS=
+
+include $(WMLBASE)/Make.lang
+

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