aboutsummaryrefslogtreecommitdiffstats
path: root/english/News/press/Makefile
blob: 3dcacaeaa6b03b757521ca570e9390d066eabb7f (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
# If this makefile is not generic enough to support a translation,
# please contact debian-www.

WMLBASE=../..
CUR_DIR=News/press
# list any subdirectories in the following variable. If a listed directory
# exists, it must contain a Makefile, or make gives an error
SUBS=

GETTEXTFILES += others.mo
LAST_YEAR = 2007

NOGENERICDEP := true
include $(WMLBASE)/Make.lang

index.$(LANGUAGE).html: index.wml $(TEMPLDIR)/template.wml \
    $(TEMPLDIR)/countries.wml \
    $(GETTEXTDEP) \
    $(ENGLISHDIR)/News/press/press.tags \
    $(ENGLISHDIR)/News/press/$(LAST_YEAR).data
	$(WML) $(<F)

%.$(LANGUAGE).html: %.wml $(TEMPLDIR)/template.wml $(TEMPLDIR)/countries.wml \
    $(GETTEXTDEP) \
    $(ENGLISHDIR)/News/press/press.tags \
    $(ENGLISHDIR)/News/press/%.data
	$(WML) $(<F)

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