aboutsummaryrefslogtreecommitdiffstats
path: root/norwegian/News/1997/Makefile
blob: a51203e9dd75beba157f27830652b78d5ff8a31b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# This Makefile should need no changes from webwml/english/News/1997/Makefile
# Please send a message to debian-www if you need to modify anything
# so the problem can be fixed.

WMLBASE=../..
CUR_DIR=News/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) \
                        $(wildcard 1997*.title) \
                        $(TEMPLDIR)/template.wml $(TEMPLDIR)/recent_list.wml
	$(WML) index.wml

%.$(LANGUAGE).html: %.wml $(TEMPLDIR)/news.wml
	$(WML) $(<F)

ifeq ($(LANGUAGE),en)
install::
	install -m664 common_library linux_press_book.txt $(HTMLDIR)
endif

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