75909de3ed
To fix bug 629334. On the way, some old .cvsignore files were deleted. Also, Makefiles and headers were adapted to show the new URL. Calendars have not been updated.
20 lines
305 B
Makefile
20 lines
305 B
Makefile
SUBDIRS =
|
|
|
|
urlpath = /vote/2002
|
|
|
|
page_SCRIPTS = \
|
|
index.html \
|
|
candidates.html \
|
|
preliminary-results.html \
|
|
verify.html \
|
|
voters.html \
|
|
rules.html
|
|
|
|
page_DATA = \
|
|
list-addresses.py \
|
|
registered-voters.txt \
|
|
vote-counter.py \
|
|
results.txt \
|
|
vote-archives.diff
|
|
|
|
include $(top_srcdir)/rules.common
|