aboutsummaryrefslogtreecommitdiffstats
path: root/danish/vote/2002
diff options
context:
space:
mode:
authorChris Danis <danish>2002-04-17 20:48:04 +0000
committerChris Danis <danish>2002-04-17 20:48:04 +0000
commit74af71e27bfca96d5ea1bb889156e0f690660d9e (patch)
tree26a22db93fe0b66caaedf11d6bd0d3af2b746bee /danish/vote/2002
parent72f7befb43f9baa98fe7cc6602ea7b89e36301e8 (diff)
Sync with English Makefile
CVS version numbers danish/vote/2002/Makefile: 1.1 -> 1.2
Diffstat (limited to 'danish/vote/2002')
-rw-r--r--danish/vote/2002/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/danish/vote/2002/Makefile b/danish/vote/2002/Makefile
index 5bbccf5c2e5..e33067e4920 100644
--- a/danish/vote/2002/Makefile
+++ b/danish/vote/2002/Makefile
@@ -11,3 +11,16 @@ include $(WMLBASE)/Make.lang
index.$(LANGUAGE).html: index.wml $(wildcard vote_*.wml) \
$(TEMPLDIR)/template.wml $(TEMPLDIR)/recent_list.wml
+
+ifeq "$(LANGUAGE)" "en"
+textfiles := tally.txt voters.txt
+desttextfiles := $(patsubst %,$(HTMLDIR)/%,$(textfiles))
+
+install:: $(desttextfiles)
+
+$(desttextfiles): $(HTMLDIR)/%: %
+ install -m 664 -p $< $(HTMLDIR)
+
+cleandest::
+ rm -f $(desttextfiles)
+endif

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