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