# 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