aboutsummaryrefslogtreecommitdiffstats
path: root/norwegian/security
diff options
context:
space:
mode:
authorJames A. Treacy <treacy>2001-04-19 20:07:17 +0000
committerJames A. Treacy <treacy>2001-04-19 20:07:17 +0000
commit525b0d1a645b2eac787f482ba83fde9fbd61c0c1 (patch)
tree145cf04f98657cb473e083e44ab86a1dfd899e08 /norwegian/security
parentb6f458837d7bc7a47ca957ed8ea2385123a9bc96 (diff)
updated Makefiles for new security setup
CVS version numbers chinese/security/Makefile: 1.2 -> 1.3 croatian/security/Makefile: 1.9 -> 1.10 croatian/security/1997/Makefile: 1.3 -> 1.4 croatian/security/1998/Makefile: 1.3 -> 1.4 croatian/security/1999/Makefile: 1.4 -> 1.5 croatian/security/2000/Makefile: 1.3 -> 1.4 croatian/security/undated/Makefile: 1.3 -> 1.4 dutch/security/Makefile: 1.2 -> 1.3 dutch/security/2000/Makefile: 1.1 -> 1.2 finnish/security/Makefile: 1.6 -> 1.7 french/security/Makefile: 1.7 -> 1.8 german/security/Makefile: 1.7 -> 1.8 german/security/2000/Makefile: 1.1 -> 1.2 hungarian/security/Makefile: 1.3 -> 1.4 hungarian/security/2000/Makefile: 1.2 -> 1.3 italian/security/Makefile: 1.11 -> 1.12 japanese/security/Makefile: 1.8 -> 1.9 japanese/security/1997/Makefile: 1.2 -> 1.3 japanese/security/1998/Makefile: 1.2 -> 1.3 japanese/security/1999/Makefile: 1.2 -> 1.3 japanese/security/2000/Makefile: 1.3 -> 1.4 japanese/security/2001/Makefile: 1.1 -> 1.2 japanese/security/undated/Makefile: 1.2 -> 1.3 korean/security/Makefile: 1.6 -> 1.7 norwegian/security/Makefile: 1.6 -> 1.7 norwegian/security/1997/Makefile: 1.2 -> 1.3 norwegian/security/1998/Makefile: 1.2 -> 1.3 norwegian/security/1999/Makefile: 1.2 -> 1.3 norwegian/security/undated/Makefile: 1.2 -> 1.3 romanian/security/Makefile: 1.7 -> 1.8 russian/security/Makefile: 1.3 -> 1.4 russian/security/2000/Makefile: 1.2 -> 1.3 spanish/security/Makefile: 1.7 -> 1.8 spanish/security/1997/Makefile: 1.1 -> 1.2 spanish/security/1998/Makefile: 1.1 -> 1.2 spanish/security/1999/Makefile: 1.3 -> 1.4 spanish/security/2000/Makefile: 1.1 -> 1.2 spanish/security/2001/Makefile: 1.1 -> 1.2 swedish/security/Makefile: 1.8 -> 1.9 swedish/security/1997/Makefile: 1.2 -> 1.3 swedish/security/1998/Makefile: 1.2 -> 1.3 swedish/security/1999/Makefile: 1.2 -> 1.3 swedish/security/2000/Makefile: 1.4 -> 1.5 swedish/security/2001/Makefile: 1.2 -> 1.3 swedish/security/undated/Makefile: 1.2 -> 1.3
Diffstat (limited to 'norwegian/security')
-rw-r--r--norwegian/security/1997/Makefile10
-rw-r--r--norwegian/security/1998/Makefile10
-rw-r--r--norwegian/security/1999/Makefile12
-rw-r--r--norwegian/security/Makefile12
-rw-r--r--norwegian/security/undated/Makefile12
5 files changed, 30 insertions, 26 deletions
diff --git a/norwegian/security/1997/Makefile b/norwegian/security/1997/Makefile
index e803de65fc9..ee731c3bfe0 100644
--- a/norwegian/security/1997/Makefile
+++ b/norwegian/security/1997/Makefile
@@ -9,9 +9,11 @@ SUBS=
include $(WMLBASE)/Make.lang
-# Do Not modify the following line
-index.$(LANGUAGE).html: index.wml $(wildcard 1997*.wml) $(TEMPLDIR)/basic.wml $(TEMPLDIR)/recent_list.wml
- $(WML) index.wml
+index.$(LANGUAGE).html: index.wml $(wildcard [0-9]*.wml) \
+ $(wildcard $(ENGLISHSRCDIR)/$(CUR_DIR)/[0-9]*.data) \
+ $(TEMPLDIR)/template.wml $(TEMPLDIR)/recent_list.wml
+ $(WML) $(<F)
-%.$(LANGUAGE).html: %.wml $(TEMPLDIR)/basic.wml $(TEMPLDIR)/footer.wml $(TEMPLDIR)/languages.wml $(TEMPLDIR)/security.wml $(TEMPLDIR)/fixes_link.wml
+%.$(LANGUAGE).html: %.wml $(ENGLISHSRCDIR)/$(CUR_DIR)/%.data \
+ $(TEMPLDIR)/security.wml
$(WML) $(<F)
diff --git a/norwegian/security/1998/Makefile b/norwegian/security/1998/Makefile
index 44ba00a0929..27a6d0702c4 100644
--- a/norwegian/security/1998/Makefile
+++ b/norwegian/security/1998/Makefile
@@ -9,9 +9,11 @@ SUBS=
include $(WMLBASE)/Make.lang
-# Do Not modify the following lines
-index.$(LANGUAGE).html: index.wml $(wildcard 1998*.wml) $(TEMPLDIR)/basic.wml $(TEMPLDIR)/recent_list.wml
- $(WML) index.wml
+index.$(LANGUAGE).html: index.wml $(wildcard [0-9]*.wml) \
+ $(wildcard $(ENGLISHSRCDIR)/$(CUR_DIR)/[0-9]*.data) \
+ $(TEMPLDIR)/template.wml $(TEMPLDIR)/recent_list.wml
+ $(WML) $(<F)
-%.$(LANGUAGE).html: %.wml $(TEMPLDIR)/basic.wml $(TEMPLDIR)/footer.wml $(TEMPLDIR)/languages.wml $(TEMPLDIR)/security.wml $(TEMPLDIR)/fixes_link.wml
+%.$(LANGUAGE).html: %.wml $(ENGLISHSRCDIR)/$(CUR_DIR)/%.data \
+ $(TEMPLDIR)/security.wml
$(WML) $(<F)
diff --git a/norwegian/security/1999/Makefile b/norwegian/security/1999/Makefile
index 21590b30f30..b2189726d9c 100644
--- a/norwegian/security/1999/Makefile
+++ b/norwegian/security/1999/Makefile
@@ -1,4 +1,4 @@
-# This Makefile should need no changes from webwml/english/security/1998/Makefile
+# This Makefile should need no changes from webwml/english/security/1999/Makefile
# Please send a message to debian-www if you need to modify anything, so the
# problem can be fixed.
@@ -9,9 +9,11 @@ SUBS=
include $(WMLBASE)/Make.lang
-# Do Not modify the following lines
-index.$(LANGUAGE).html: index.wml $(wildcard 1999*.wml) $(TEMPLDIR)/basic.wml $(TEMPLDIR)/recent_list.wml
- $(WML) index.wml
+index.$(LANGUAGE).html: index.wml $(wildcard [0-9]*.wml) \
+ $(wildcard $(ENGLISHSRCDIR)/$(CUR_DIR)/[0-9]*.data) \
+ $(TEMPLDIR)/template.wml $(TEMPLDIR)/recent_list.wml
+ $(WML) $(<F)
-%.$(LANGUAGE).html: %.wml $(TEMPLDIR)/basic.wml $(TEMPLDIR)/footer.wml $(TEMPLDIR)/languages.wml $(TEMPLDIR)/security.wml $(TEMPLDIR)/fixes_link.wml
+%.$(LANGUAGE).html: %.wml $(ENGLISHSRCDIR)/$(CUR_DIR)/%.data \
+ $(TEMPLDIR)/security.wml
$(WML) $(<F)
diff --git a/norwegian/security/Makefile b/norwegian/security/Makefile
index 0ddfba7cebb..d256f504887 100644
--- a/norwegian/security/Makefile
+++ b/norwegian/security/Makefile
@@ -4,19 +4,15 @@
WMLBASE=..
CUR_DIR=security
-# list any subdirectories in the following variable. If a listed directory
-# exists, it must contain a Makefile, or make gives an error
-YEARS:=$(wildcard [12][0-9][0-9][0-9])
-SUBS=$(YEARS) undated
+SUBS=undated $(wildcard [12][0-9][0-9][0-9])
include $(WMLBASE)/Make.lang
-CUR_YEAR ?= $(shell date +%Y)
-
index.$(LANGUAGE).html: index.wml $(wildcard $(CUR_YEAR)/dsa-*.wml) \
- $(wildcard $(ENGLISHSRCDIR)/security/$(CUR_YEAR)/dsa-*.wml) \
- $(TEMPLDIR)/template.wml $(TEMPLDIR)/recent_list.wml
+ $(wildcard $(ENGLISHSRCDIR)/security/$(CUR_YEAR)/dsa-*.wml) \
+ $(wildcard $(ENGLISHSRCDIR)/security/$(CUR_YEAR)/dsa-*.data) \
+ $(TEMPLDIR)/template.wml $(TEMPLDIR)/recent_list.wml
# install keys.txt
ifeq ($(LANGUAGE),en)
diff --git a/norwegian/security/undated/Makefile b/norwegian/security/undated/Makefile
index e521d3afd36..da833249e07 100644
--- a/norwegian/security/undated/Makefile
+++ b/norwegian/security/undated/Makefile
@@ -1,4 +1,4 @@
-# This Makefile should need no changes from webwml/english/security/1998/Makefile
+# This Makefile should need no changes from webwml/english/security/undated/Makefile
# Please send a message to debian-www if you need to modify anything, so the
# problem can be fixed.
@@ -9,9 +9,11 @@ SUBS=
include $(WMLBASE)/Make.lang
-# Do Not modify the following lines
-index.$(LANGUAGE).html: index.wml $(wildcard undated*.wml) $(TEMPLDIR)/basic.wml $(TEMPLDIR)/recent_list.wml
- $(WML) index.wml
+index.$(LANGUAGE).html: index.wml $(wildcard [0-9]*.wml) \
+ $(wildcard $(ENGLISHSRCDIR)/$(CUR_DIR)/[0-9]*.data) \
+ $(TEMPLDIR)/template.wml $(TEMPLDIR)/recent_list.wml
+ $(WML) $(<F)
-%.$(LANGUAGE).html: %.wml $(TEMPLDIR)/basic.wml $(TEMPLDIR)/footer.wml $(TEMPLDIR)/languages.wml $(TEMPLDIR)/security.wml $(TEMPLDIR)/fixes_link.wml
+%.$(LANGUAGE).html: %.wml $(ENGLISHSRCDIR)/$(CUR_DIR)/%.data \
+ $(TEMPLDIR)/security.wml
$(WML) $(<F)

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