17 lines
233 B
Makefile
17 lines
233 B
Makefile
SUBDIRS = 2013
|
|
|
|
urlpath = /vote
|
|
|
|
page_SCRIPTS = \
|
|
index.html \
|
|
index.php \
|
|
results.php \
|
|
votes.php \
|
|
vote.php \
|
|
overview.html \
|
|
blt.php
|
|
|
|
page_DATA = \
|
|
vote.css
|
|
|
|
include $(top_srcdir)/rules.common
|