14 lines
234 B
Makefile
14 lines
234 B
Makefile
SUBDIRS =
|
|
|
|
urlpath = /reports
|
|
|
|
page_SCRIPTS = \
|
|
index.html
|
|
|
|
page_DATA = \
|
|
gnome-annual-report-2006.pdf \
|
|
gnome-annual-report-2007.pdf \
|
|
gnome-annual-report-2008.pdf \
|
|
gnome-report-2009-Q2.pdf
|
|
|
|
include $(top_srcdir)/rules.common
|