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

WMLBASE=../..
CUR_DIR=security/2004
SUBS=

GETTEXTFILES += security.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
%.$(LANGUAGE).html: %.wml $(TEMPLDIR)/security.wml \
  $(ENGLISHSRCDIR)/$(CUR_DIR)/%.data $(GETTEXTDEP) | $(VCSREVCACHE)
	$(WML) $(<F)

index.$(LANGUAGE).html: index.wml $(wildcard dsa-[0-9]*.wml) \
  $(ENGLISHSRCDIR)/$(CUR_DIR)/dsa-[0-9]*.data \
  $(TEMPLDIR)/template.wml $(TEMPLDIR)/recent_list.wml $(GETTEXTDEP) | $(VCSREVCACHE)
	$(WML) $(<F)

CAN-2004-0077.$(LANGUAGE).html: CAN-2004-0077.wml \
  $(ENGLISHSRCDIR)/$(CUR_DIR)/CAN-2004-0077.data \
  $(GETTEXTDEP) $(TEMPLDIR)/template.wml | $(VCSREVCACHE)
	$(WML) $(<F)

CAN-2004-0109.$(LANGUAGE).html: CAN-2004-0109.wml \
  $(ENGLISHSRCDIR)/$(CUR_DIR)/CAN-2004-0109.data \
  $(GETTEXTDEP) $(TEMPLDIR)/template.wml | $(VCSREVCACHE)
	$(WML) $(<F)

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