aboutsummaryrefslogtreecommitdiffstats
path: root/english/security/audit/Makefile
blob: 1c8181e0002307bbb71262d1b8b1c9811c9f6107 (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=security/audit

all:: dsa
install:: all
clean::
	-rm ./data/[0-9]*.inc
	-rm ./data/credits.inc

ifeq "$(sort $(wildcard data/*.data))" ""
dsa:
else
dsa: $(ENGLISHDIR)/security/audit/make-advisories

$(ENGLISHDIR)/security/audit/make-advisories: $(sort $(wildcard data/*.data))
	$(ENGLISHDIR)/security/audit/make-advisories ./data 
endif

SUBS=examples 2002 2003 2004 2005 2006 2007 2008 2009 2011
GETTEXTFILES += others.mo

include $(WMLBASE)/Make.lang

.PHONY: dsa

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