aboutsummaryrefslogtreecommitdiffstats
path: root/turkish/security/Makefile
blob: d256f5048870cf5853b4f5aab2ffa56d0827d538 (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
# This Makefile should need no changes from webwml/english/security/Makefile
# Please send a message to debian-www if you need to modify anything, so the
# problem can be fixed.

WMLBASE=..
CUR_DIR=security
SUBS=undated $(wildcard [12][0-9][0-9][0-9])

include $(WMLBASE)/Make.lang


index.$(LANGUAGE).html: index.wml $(wildcard $(CUR_YEAR)/dsa-*.wml) \
  $(wildcard $(ENGLISHSRCDIR)/security/$(CUR_YEAR)/dsa-*.wml) \
  $(wildcard $(ENGLISHSRCDIR)/security/$(CUR_YEAR)/dsa-*.data) \
  $(TEMPLDIR)/template.wml $(TEMPLDIR)/recent_list.wml

# install keys.txt
ifeq ($(LANGUAGE),en)
install:: $(HTMLDIR)/keys.txt

$(HTMLDIR)/keys.txt: keys.txt
	install keys.txt $(HTMLDIR)
endif

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