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

WMLBASE=../../..
CUR_DIR=releases/hamm/autoup/

include $(WMLBASE)/Make.lang

ifeq "$(LANGUAGE)" "en"

autoupfiles := $(wildcard libc5-libc6-Mini-HOWTO*) $(wildcard autoup*)

destautoupfiles := $(patsubst %,$(HTMLDIR)/%,$(autoupfiles))

install:: $(destautoupfiles)

$(destautoupfiles): $(HTMLDIR)/%: %
	@mkdir -p $(HTMLDIR) \ 
	install -m 664 -p $< $(HTMLDIR)


cleandest::
	rm -f $(destautoupfiles)

endif

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