From f582dd192f71f8ddf233049eef011df51a18b68a Mon Sep 17 00:00:00 2001 From: "James A. Treacy" Date: Tue, 24 Nov 1998 23:54:31 +0000 Subject: added Makefiles so global make works properly CVS version numbers danish/Make.common: INITIAL -> 1.1 danish/Make.dep.generic: INITIAL -> 1.1 danish/Make.dep.templ: INITIAL -> 1.1 danish/Make.lang: INITIAL -> 1.1 danish/Makefile: INITIAL -> 1.1 --- danish/Makefile | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 danish/Makefile (limited to 'danish/Makefile') diff --git a/danish/Makefile b/danish/Makefile new file mode 100644 index 00000000000..0eb6889474d --- /dev/null +++ b/danish/Makefile @@ -0,0 +1,23 @@ +# This Makefile should need no changes from webwml/english/Makefile +# Please send a message to debian-www if you need to modify anything +# so the problem can be fixed. + +WMLBASE=. +CUR_DIR= +# list any subdirectories in the following variable. Any directories listed +# must exist or the make will not work +SUBS=2.0 MailingLists News SPI devel distrib doc events intro logos mirror \ +ports security Pics + +include $(WMLBASE)/Make.lang +include $(WMLBASE)/Make.common + +include $(WMLBASE)/Make.dep.generic +include $(WMLBASE)/Make.dep.templ + +# Do Not modify the following line +index.html.$(LANGUAGE): index.wml $(TEMPLDIR)/mainpage.wml \ + $(wildcard News/1998/1998*.wml) $(wildcard $(ENGLISHSRCDIR)/News/1998/1998*.wml) \ + $(TEMPLDIR)/ctime.wml $(TEMPLDIR)/recent_list.wml $(TEMPLDIR)/languages.wml + $(WML) index.wml + -- cgit v1.2.3