1d674ff9d4
This was mostly a copy&paste job from 2007 with updating some data, especially the year. Note, that most of the sites need an update! Especially rules.wml should be updated. Also note, that timeline.ics could be generated with mkical.py, but I don't know Automake or the server setup good enough to make that happen.
14 lines
177 B
Makefile
14 lines
177 B
Makefile
SUBDIRS =
|
|
|
|
urlpath = /elections/2009
|
|
|
|
page_SCRIPTS = \
|
|
index.html \
|
|
candidates.html\
|
|
rules.html
|
|
|
|
page_DATA = \
|
|
timeline.ics
|
|
mkical.py
|
|
|
|
include $(top_srcdir)/rules.common
|