17 lines
244 B
Makefile
17 lines
244 B
Makefile
SUBDIRS =
|
|
|
|
urlpath = /elections/2003
|
|
|
|
page_SCRIPTS = \
|
|
index.html \
|
|
candidates.html \
|
|
preliminary-results.html \
|
|
verify.html \
|
|
voters.html \
|
|
rules.html
|
|
|
|
page_DATA = \
|
|
results.txt \
|
|
2003-verif.tar.gz
|
|
|
|
include $(top_srcdir)/rules.common
|