summaryrefslogtreecommitdiff
path: root/vote/Makefile.am
blob: eb9d3f4fe89de05e7b17da2252eac4ca55b5b7e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
SUBDIRS = include 2011 2012-confpoll 2012-mc 2013-confpoll 2013-board 2014-mc

urlpath = /vote
 
page_SCRIPTS = \
        index.html	\
        index.php	\
        results.php	\
        votes.php	\
	vote.php	\
	overview.html	\
	overview-mc.html\
	blt.php

page_DATA = \
	vote.css

include $(top_srcdir)/rules.common