aboutsummaryrefslogtreecommitdiffstats
path: root/norwegian/mirror
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/mirror
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/mirror')
-rw-r--r--norwegian/mirror/Makefile53
1 files changed, 53 insertions, 0 deletions
diff --git a/norwegian/mirror/Makefile b/norwegian/mirror/Makefile
new file mode 100644
index 00000000000..2bdcd36d30a
--- /dev/null
+++ b/norwegian/mirror/Makefile
@@ -0,0 +1,53 @@
+# This Makefile should need no changes from webwml/english/devel/mirror/Makefile
+# Please send a message to debian-www if you need to modify anything
+# so the problem can be fixed.
+
+WMLBASE=..
+CUR_DIR=mirror
+# 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
+
+MFILES := ftpsync ftpsync.conf websync websync.conf \
+ identity.pub.master.ftp identity.pub.master.web \
+ anonftpsync anonwebsync \
+ ftpsync-non-US ftpsync-non-US.conf identity.pub.non-US.ftp
+MIRROR_FILES := $(patsubst %,$(HTMLDIR)/%,$(MFILES))
+
+install:: $(MIRROR_FILES)
+
+cleandest::
+ -rm -f $(HTMLDEST)/{$(MIRROR_FILES)}
+
+include $(WMLBASE)/Make.dep.templ
+include $(WMLBASE)/Make.dep.generic
+
+# there only needs to be one version of the following so
+# the non-english directories shouldn't try to install them
+ifeq ($(LANGUAGE),en)
+$(HTMLDIR)/ftpsync: ftpsync
+ cp ftpsync $(HTMLDIR)
+$(HTMLDIR)/ftpsync.conf: ftpsync.conf
+ cp ftpsync.conf $(HTMLDIR)
+$(HTMLDIR)/ftpsync-non-US: ftpsync-non-US
+ cp ftpsync-non-US $(HTMLDIR)
+$(HTMLDIR)/ftpsync-non-US.conf: ftpsync-non-US.conf
+ cp ftpsync-non-US.conf $(HTMLDIR)
+$(HTMLDIR)/websync: websync
+ cp websync $(HTMLDIR)
+$(HTMLDIR)/websync.conf: websync.conf
+ cp websync.conf $(HTMLDIR)
+$(HTMLDIR)/identity.pub.master.ftp: identity.pub.master.ftp
+ cp identity.pub.master.ftp $(HTMLDIR)
+$(HTMLDIR)/identity.pub.non-US.ftp: identity.pub.non-US.ftp
+ cp identity.pub.non-US.ftp $(HTMLDIR)
+$(HTMLDIR)/identity.pub.master.web: identity.pub.master.web
+ cp identity.pub.master.web $(HTMLDIR)
+$(HTMLDIR)/anonftpsync: anonftpsync
+ cp anonftpsync $(HTMLDIR)
+$(HTMLDIR)/anonwebsync: anonwebsync
+ cp anonwebsync $(HTMLDIR)
+endif

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