fc5deb231c
It was a bit messed up as the index.wml pointed to the very same election twice, i.e. the election_id=1 *was* indeed the 2005-10 referendum. I guess that the plan was, back when the index.wml was built, to reference the election_id=4, which is the term length referendum, which didn't have a subfolder back then.
17 lines
320 B
Makefile
17 lines
320 B
Makefile
SUBDIRS = include 2004-10 2005-10 2000 2001 2002 2003 2004 2005 2006 2007 2007-10 2009 2010 2011 2012
|
|
|
|
urlpath = /vote
|
|
|
|
page_SCRIPTS = \
|
|
index.html \
|
|
index.php \
|
|
results.php \
|
|
votes.php \
|
|
vote.php \
|
|
overview.html \
|
|
blt.php
|
|
|
|
page_DATA = \
|
|
vote.css
|
|
|
|
include $(top_srcdir)/rules.common
|