19 lines
283 B
Makefile
19 lines
283 B
Makefile
SUBDIRS =
|
|
|
|
urlpath = /elections/2000
|
|
|
|
page_SCRIPTS = \
|
|
index.html \
|
|
candidates.html \
|
|
results.html \
|
|
verify.html \
|
|
voters.html \
|
|
rules.html
|
|
|
|
page_DATA = \
|
|
list-addresses.py \
|
|
registered-voters.txt \
|
|
vote-counter.py \
|
|
vote-archives.diff
|
|
|
|
include $(top_srcdir)/rules.common
|