17 lines
239 B
Makefile
17 lines
239 B
Makefile
SUBDIRS =
|
|
|
|
urlpath = /vote/2004
|
|
|
|
page_SCRIPTS = \
|
|
index.html \
|
|
voters.html \
|
|
candidates.html\
|
|
rules.html \
|
|
preliminary-results.html \
|
|
verify.html
|
|
|
|
page_DATA = \
|
|
timeline.ics \
|
|
2004-verif.tar.gz
|
|
|
|
include $(top_srcdir)/rules.common
|