14 lines
181 B
Makefile
14 lines
181 B
Makefile
SUBDIRS =
|
|
|
|
urlpath = /elections/2005
|
|
|
|
page_SCRIPTS = \
|
|
index.html \
|
|
voters.html \
|
|
rules.html \
|
|
candidates.html
|
|
|
|
page_DATA = \
|
|
timeline.ics
|
|
|
|
include $(top_srcdir)/rules.common
|