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

WMLBASE=..
CUR_DIR=intro
SUBS=

include $(WMLBASE)/Make.lang

about.$(LANGUAGE).html: $(TEMPLDIR)/release_info.wml

organization.$(LANGUAGE).html: organization.wml \
  $(ENGLISHSRCDIR)/intro/organization.data \
  $(ENGLISHDIR)/MailingLists/lists.cfg \
  $(ENGLISHDIR)/devel/leader.data \
  $(TEMPLDIR)/language_names.wml \
  $(TEMPLDIR)/common_tags.wml 

ifeq "$(LANGUAGE)" "en"

textfiles := community-team-pubkey.txt
desttextfiles := $(patsubst %,$(HTMLDIR)/%,$(textfiles))

install:: $(desttextfiles)

$(desttextfiles): $(HTMLDIR)/%: %
	@test -d $(HTMLDIR) || mkdir -m g+w -p $(HTMLDIR)
	install -m 664 -p $< $(HTMLDIR)

cleandest::
	rm -f $(desttextfiles)
endif

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