2bb34eacfa
2003-11-01 Glynn Foster <glynn.foster@sun.com> * Merge the new-template branch in to HEAD. The branch is now defunct, and we have a live updated foundation.gnome.org. Yay!
19 lines
294 B
Makefile
19 lines
294 B
Makefile
SUBDIRS=
|
|
|
|
urlpath = /elections/2001
|
|
|
|
page_SCRIPTS = \
|
|
index.html \
|
|
candidates.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
|