Add Q3 report files to the build system...

This commit is contained in:
Vincent Untz 2009-10-31 01:55:32 +01:00
parent da35f6adf6
commit 596420d9c6
4 changed files with 13 additions and 2 deletions

View file

@ -30,6 +30,7 @@ foundation.gnome.org/elections/2007/Makefile
foundation.gnome.org/elections/2009/Makefile
foundation.gnome.org/img/Makefile
foundation.gnome.org/img/logos/Makefile
foundation.gnome.org/img/reports/Makefile
foundation.gnome.org/legal/Makefile
foundation.gnome.org/licensing/Makefile
foundation.gnome.org/licensing/guidelines/Makefile

View file

@ -1,3 +1,3 @@
SUBDIRS = logos
SUBDIRS = logos reports
urlpath = /img

View file

@ -0,0 +1,8 @@
urlpath = /img/reports
page_SCRIPTS =
page_DATA = \
gnome-logo-Q3.png
include $(top_srcdir)/rules.common

View file

@ -9,6 +9,8 @@ page_DATA = \
gnome-annual-report-2006.pdf \
gnome-annual-report-2007.pdf \
gnome-annual-report-2008.pdf \
gnome-report-2009-Q2.pdf
gnome-report-2009-Q2.pdf \
gnome-report-2009-Q3.pdf \
gnome-report-2009-Q3.html
include $(top_srcdir)/rules.common