13 lines
166 B
Makefile
13 lines
166 B
Makefile
SUBDIRS =
|
|
|
|
urlpath = /elections/2006
|
|
|
|
page_SCRIPTS = \
|
|
index.html \
|
|
rules.html \
|
|
candidates.html
|
|
|
|
page_DATA = \
|
|
timeline.ics
|
|
|
|
include $(top_srcdir)/rules.common
|