aboutsummaryrefslogtreecommitdiffstats
path: root/english/News/Make.year
blob: 4868e4166e9a7740981ff86262ddf820dd3b4bd7 (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
29
30
31
32
33
34
35
36
37
38
# If this makefile is not generic enough to support a translation,
# please contact debian-www.

CUR_DIR=News/$(THIS_YEAR)
SUBS=

GETTEXTFILES += newsevents.mo

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

# The "| $(VCSREVCACHE)" here is an order-only prerequisite - always
# check that the prerequisite exists and is up to date, but don't
# rebuild everything whenever it's updated - see
# https://www.gnu.org/software/make/manual/html_node/Prerequisite-Types.html
index.$(LANGUAGE).html: index.wml $(TEMPLDIR)/template.wml \
  $(TEMPLDIR)/recent_list.wml $(sort $(wildcard $(THIS_YEAR)*.wml)) \
  $(sort $(wildcard $(ENGLISHDIR)/News/$(THIS_YEAR)/$(THIS_YEAR)*.wml)) $(GETTEXTDEP) | $(VCSREVCACHE)

# Don't know why only these specific news articles are include
# news_events.wml and not all of them... :-/
20040524.%.$(LANGUAGE).html: %.wml $(TEMPLDIR)/news.wml $(TEMPLDIR)/news_events.wml $(GETTEXTDEP) | $(VCSREVCACHE)
	$(WML) $(<F)
20040619.%.$(LANGUAGE).html: %.wml $(TEMPLDIR)/news.wml $(TEMPLDIR)/news_events.wml $(GETTEXTDEP) | $(VCSREVCACHE)
	$(WML) $(<F)
20041015.%.$(LANGUAGE).html: %.wml $(TEMPLDIR)/news.wml $(TEMPLDIR)/news_events.wml $(GETTEXTDEP) | $(VCSREVCACHE)
	$(WML) $(<F)
20050218.%.$(LANGUAGE).html: %.wml $(TEMPLDIR)/news.wml $(TEMPLDIR)/news_events.wml $(GETTEXTDEP) | $(VCSREVCACHE)
	$(WML) $(<F)
20050617.%.$(LANGUAGE).html: %.wml $(TEMPLDIR)/news.wml $(TEMPLDIR)/news_events.wml $(GETTEXTDEP) | $(VCSREVCACHE)
	$(WML) $(<F)
20050705.%.$(LANGUAGE).html: %.wml $(TEMPLDIR)/news.wml $(TEMPLDIR)/news_events.wml $(GETTEXTDEP) | $(VCSREVCACHE)
	$(WML) $(<F)
20120120.%.$(LANGUAGE).html: %.wml $(TEMPLDIR)/news.wml $(TEMPLDIR)/news_events.wml $(GETTEXTDEP) | $(VCSREVCACHE)
	$(WML) $(<F)

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

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