14 lines
172 B
Makefile
14 lines
172 B
Makefile
SUBDIRS =
|
|
|
|
urlpath = /vote/2011
|
|
|
|
page_SCRIPTS = \
|
|
index.html \
|
|
candidates.html\
|
|
rules.html
|
|
|
|
page_DATA = \
|
|
timeline.ics
|
|
mkical.py
|
|
|
|
include $(top_srcdir)/rules.common
|