14 lines
190 B
Makefile
14 lines
190 B
Makefile
|
SUBDIRS = about contact elections membership img news
|
||
|
|
||
|
urlpath =
|
||
|
|
||
|
page_SCRIPTS = \
|
||
|
index.html \
|
||
|
.htaccess
|
||
|
|
||
|
page_DATA = \
|
||
|
robots.txt \
|
||
|
foundation.css
|
||
|
|
||
|
include $(top_srcdir)/rules.common
|