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.
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
|