14 lines
234 B
Makefile
14 lines
234 B
Makefile
SUBDIRS = history charter
|
|
|
|
urlpath = /about
|
|
|
|
page_SCRIPTS = \
|
|
index.html
|
|
|
|
page_DATA = \
|
|
bylaws.pdf \
|
|
gnome_annual_report_2006.pdf \
|
|
gnome_annual_report_2007.pdf \
|
|
gnome_annual_report_2008.pdf
|
|
|
|
include $(top_srcdir)/rules.common
|