15 lines
211 B
Makefile
15 lines
211 B
Makefile
SUBDIRS =
|
|
|
|
urlpath = /vote/2004-10
|
|
|
|
page_SCRIPTS = \
|
|
index.html \
|
|
rules.html \
|
|
voters.html \
|
|
preliminary-results.html \
|
|
verify.html
|
|
|
|
page_DATA = \
|
|
2004-10-verif.tar.gz
|
|
|
|
include $(top_srcdir)/rules.common
|