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

WMLBASE=..
CUR_DIR=vote
SUBS=$(sort $(wildcard [12][0-9][0-9][0-9]))

include $(WMLBASE)/Make.lang

GETTEXTFILES += vote.mo

index.$(LANGUAGE).html: index.wml \
  $(sort $(wildcard $(ENGLISHSRCDIR)/$(CUR_DIR)/[0-9]*/vote_*.wml)) \
  $(TEMPLDIR)/template.wml $(TEMPLDIR)/votebar.wml $(GETTEXTDEP)

howto_follow.$(LANGUAGE).html: howto_follow.wml \
  $(sort $(wildcard $(ENGLISHSRCDIR)/$(CUR_DIR)/[0-9]*/vote_*.wml)) \
  $(TEMPLDIR)/template.wml $(TEMPLDIR)/votebar.wml $(GETTEXTDEP)
howto_proposal.$(LANGUAGE).html: howto_proposal.wml \
  $(sort $(wildcard $(ENGLISHSRCDIR)/$(CUR_DIR)/[0-9]*/vote_*.wml)) \
  $(TEMPLDIR)/template.wml $(TEMPLDIR)/votebar.wml $(GETTEXTDEP)
# howto_result.$(LANGUAGE).html: howto_result.wml \
#   $(TEMPLDIR)/basic.wml $(TEMPLDIR)/votebar.wml
# howto_vote.$(LANGUAGE).html: howto_vote.wml \
#   $(TEMPLDIR)/basic.wml $(TEMPLDIR)/votebar.wml

ifeq "$(LANGUAGE)" "en"
install::
	cp -a sample_vote.template $(HTMLDIR)
endif

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