Add Q3 report files to the build system...
This commit is contained in:
parent
da35f6adf6
commit
596420d9c6
4 changed files with 13 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
SUBDIRS = logos
|
||||
SUBDIRS = logos reports
|
||||
|
||||
urlpath = /img
|
||||
|
|
8
foundation.gnome.org/img/reports/Makefile.am
Normal file
8
foundation.gnome.org/img/reports/Makefile.am
Normal file
|
@ -0,0 +1,8 @@
|
|||
urlpath = /img/reports
|
||||
|
||||
page_SCRIPTS =
|
||||
|
||||
page_DATA = \
|
||||
gnome-logo-Q3.png
|
||||
|
||||
include $(top_srcdir)/rules.common
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue