aboutsummaryrefslogtreecommitdiffstats
path: root/norwegian/security
diff options
context:
space:
mode:
authorNorwegian Language Team <norwegian>1999-07-09 11:17:17 +0000
committerNorwegian Language Team <norwegian>1999-07-09 11:17:17 +0000
commitfb749ee7bb1c10250532405541d3257907ef4155 (patch)
treed257731bcc795caff8d29cc965692f9cfded3067 /norwegian/security
parentd7b5b9e1bb9516e042becbd0e183fce369b13017 (diff)
Initial revision
CVS version numbers norwegian/.wmlrc: INITIAL -> 1.1 norwegian/Make.common: INITIAL -> 1.1 norwegian/Make.dep.generic: INITIAL -> 1.1 norwegian/Make.dep.templ: INITIAL -> 1.1 norwegian/Makefile: INITIAL -> 1.1 norwegian/Bugs/Makefile: INITIAL -> 1.1 norwegian/MailingLists/Makefile: INITIAL -> 1.1 norwegian/News/Makefile: INITIAL -> 1.1 norwegian/News/1997/Makefile: INITIAL -> 1.1 norwegian/News/1998/Makefile: INITIAL -> 1.1 norwegian/News/1999/Makefile: INITIAL -> 1.1 norwegian/News/weekly/Makefile: INITIAL -> 1.1 norwegian/Pics/Makefile: INITIAL -> 1.1 norwegian/consultants/Makefile: INITIAL -> 1.1 norwegian/devel/Makefile: INITIAL -> 1.1 norwegian/distrib/Makefile: INITIAL -> 1.1 norwegian/doc/Makefile: INITIAL -> 1.1 norwegian/events/Makefile: INITIAL -> 1.1 norwegian/events/1998/Makefile: INITIAL -> 1.1 norwegian/events/1999/Makefile: INITIAL -> 1.1 norwegian/intro/Makefile: INITIAL -> 1.1 norwegian/logos/Makefile: INITIAL -> 1.1 norwegian/mirror/Makefile: INITIAL -> 1.1 norwegian/misc/Makefile: INITIAL -> 1.1 norwegian/partners/Makefile: INITIAL -> 1.1 norwegian/partners/images/Makefile: INITIAL -> 1.1 norwegian/ports/Makefile: INITIAL -> 1.1 norwegian/ports/alpha/Makefile: INITIAL -> 1.1 norwegian/ports/arm/Makefile: INITIAL -> 1.1 norwegian/ports/beowulf/Makefile: INITIAL -> 1.1 norwegian/ports/hurd/Makefile: INITIAL -> 1.1 norwegian/ports/mips/Makefile: INITIAL -> 1.1 norwegian/ports/powerpc/Makefile: INITIAL -> 1.1 norwegian/ports/powerpc/pics/Makefile: INITIAL -> 1.1 norwegian/ports/sparc/Makefile: INITIAL -> 1.1 norwegian/ports/sparc64/Makefile: INITIAL -> 1.1 norwegian/releases/Makefile: INITIAL -> 1.1 norwegian/releases/hamm/Makefile: INITIAL -> 1.1 norwegian/releases/potato/Makefile: INITIAL -> 1.1 norwegian/releases/slink/Makefile: INITIAL -> 1.1 norwegian/security/Makefile: INITIAL -> 1.1 norwegian/security/1997/Makefile: INITIAL -> 1.1 norwegian/security/1998/Makefile: INITIAL -> 1.1 norwegian/security/1999/Makefile: INITIAL -> 1.1 norwegian/security/undated/Makefile: INITIAL -> 1.1 norwegian/vote/Makefile: INITIAL -> 1.1 norwegian/vote/1999/Makefile: INITIAL -> 1.1 norwegian/y2k/Makefile: INITIAL -> 1.1
Diffstat (limited to 'norwegian/security')
-rw-r--r--norwegian/security/1997/Makefile21
-rw-r--r--norwegian/security/1998/Makefile21
-rw-r--r--norwegian/security/1999/Makefile21
-rw-r--r--norwegian/security/Makefile20
-rw-r--r--norwegian/security/undated/Makefile21
5 files changed, 104 insertions, 0 deletions
diff --git a/norwegian/security/1997/Makefile b/norwegian/security/1997/Makefile
new file mode 100644
index 00000000000..17e2e9ef12e
--- /dev/null
+++ b/norwegian/security/1997/Makefile
@@ -0,0 +1,21 @@
+# This Makefile should need no changes from webwml/english/security/1997/Makefile
+# Please send a message to debian-www if you need to modify anything, so the
+# problem can be fixed.
+
+WMLBASE=../..
+CUR_DIR=security/1997
+# list any subdirectories in the following variable. Any directories listed
+# must exist or the make will not work
+SUBS=
+
+include $(WMLBASE)/Make.lang
+include $(WMLBASE)/Make.common
+
+include $(WMLBASE)/Make.dep.templ
+
+# Do Not modify the following line
+index.$(LANGUAGE).html: index.wml $(wildcard 1997*.wml) $(TEMPLDIR)/basic.wml $(TEMPLDIR)/recent_list.wml
+ $(WML) index.wml
+
+%.$(LANGUAGE).html: %.wml $(TEMPLDIR)/basic.wml $(TEMPLDIR)/footer.wml $(TEMPLDIR)/languages.wml $(TEMPLDIR)/security.wml $(TEMPLDIR)/fixes_link.wml
+ $(WML) $(<F)
diff --git a/norwegian/security/1998/Makefile b/norwegian/security/1998/Makefile
new file mode 100644
index 00000000000..acf50e969ab
--- /dev/null
+++ b/norwegian/security/1998/Makefile
@@ -0,0 +1,21 @@
+# This Makefile should need no changes from webwml/english/security/1998/Makefile
+# Please send a message to debian-www if you need to modify anything, so the
+# problem can be fixed.
+
+WMLBASE=../..
+CUR_DIR=security/1998
+# list any subdirectories in the following variable. Any directories listed
+# must exist or the make will not work
+SUBS=
+
+include $(WMLBASE)/Make.lang
+include $(WMLBASE)/Make.common
+
+include $(WMLBASE)/Make.dep.templ
+
+# Do Not modify the following lines
+index.$(LANGUAGE).html: index.wml $(wildcard 1998*.wml) $(TEMPLDIR)/basic.wml $(TEMPLDIR)/recent_list.wml
+ $(WML) index.wml
+
+%.$(LANGUAGE).html: %.wml $(TEMPLDIR)/basic.wml $(TEMPLDIR)/footer.wml $(TEMPLDIR)/languages.wml $(TEMPLDIR)/security.wml $(TEMPLDIR)/fixes_link.wml
+ $(WML) $(<F)
diff --git a/norwegian/security/1999/Makefile b/norwegian/security/1999/Makefile
new file mode 100644
index 00000000000..99b657506a7
--- /dev/null
+++ b/norwegian/security/1999/Makefile
@@ -0,0 +1,21 @@
+# This Makefile should need no changes from webwml/english/security/1998/Makefile
+# Please send a message to debian-www if you need to modify anything, so the
+# problem can be fixed.
+
+WMLBASE=../..
+CUR_DIR=security/1999
+# list any subdirectories in the following variable. Any directories listed
+# must exist or the make will not work
+SUBS=
+
+include $(WMLBASE)/Make.lang
+include $(WMLBASE)/Make.common
+
+include $(WMLBASE)/Make.dep.templ
+
+# Do Not modify the following lines
+index.$(LANGUAGE).html: index.wml $(wildcard 1999*.wml) $(TEMPLDIR)/basic.wml $(TEMPLDIR)/recent_list.wml
+ $(WML) index.wml
+
+%.$(LANGUAGE).html: %.wml $(TEMPLDIR)/basic.wml $(TEMPLDIR)/footer.wml $(TEMPLDIR)/languages.wml $(TEMPLDIR)/security.wml $(TEMPLDIR)/fixes_link.wml
+ $(WML) $(<F)
diff --git a/norwegian/security/Makefile b/norwegian/security/Makefile
new file mode 100644
index 00000000000..4b89177e8d4
--- /dev/null
+++ b/norwegian/security/Makefile
@@ -0,0 +1,20 @@
+# This Makefile should need no changes from webwml/english/security/Makefile
+# Please send a message to debian-www if you need to modify anything, so the
+# problem can be fixed.
+
+WMLBASE=..
+CUR_DIR=security
+# list any subdirectories in the following variable. Any directories listed
+# must exist or the make will not work
+SUBS=1997 1998 1999 undated
+
+include $(WMLBASE)/Make.lang
+include $(WMLBASE)/Make.common
+
+include $(WMLBASE)/Make.dep.templ
+include $(WMLBASE)/Make.dep.generic
+
+index.$(LANGUAGE).html: index.wml $(wildcard 1999/1999*.wml) \
+ $(wildcard $(ENGLISHSRCDIR)/security/1999/1999*.wml) \
+ $(TEMPLDIR)/template.wml $(TEMPLDIR)/recent_list.wml
+
diff --git a/norwegian/security/undated/Makefile b/norwegian/security/undated/Makefile
new file mode 100644
index 00000000000..f88338fa00f
--- /dev/null
+++ b/norwegian/security/undated/Makefile
@@ -0,0 +1,21 @@
+# This Makefile should need no changes from webwml/english/security/1998/Makefile
+# Please send a message to debian-www if you need to modify anything, so the
+# problem can be fixed.
+
+WMLBASE=../..
+CUR_DIR=security/undated
+# list any subdirectories in the following variable. Any directories listed
+# must exist or the make will not work
+SUBS=
+
+include $(WMLBASE)/Make.lang
+include $(WMLBASE)/Make.common
+
+include $(WMLBASE)/Make.dep.templ
+
+# Do Not modify the following lines
+index.$(LANGUAGE).html: index.wml $(wildcard undated*.wml) $(TEMPLDIR)/basic.wml $(TEMPLDIR)/recent_list.wml
+ $(WML) index.wml
+
+%.$(LANGUAGE).html: %.wml $(TEMPLDIR)/basic.wml $(TEMPLDIR)/footer.wml $(TEMPLDIR)/languages.wml $(TEMPLDIR)/security.wml $(TEMPLDIR)/fixes_link.wml
+ $(WML) $(<F)

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