4549d9f55f
* Added missing document with finances from 2004 to 2011. * Added the latest finance report (May 2011). * Added GUADEC budget documents * Now it is possible to drop (or redirect) from https://live.gnome.org/FoundationBoard/FinancialStatus Signed-off-by: Germán Póo-Caamaño <gpoo@gnome.org>
33 lines
1,019 B
Makefile
33 lines
1,019 B
Makefile
SUBDIRS =
|
|
|
|
urlpath = /finance
|
|
|
|
page_SCRIPTS = \
|
|
index.html
|
|
|
|
page_DATA = \
|
|
gnome-foundation-fiscal-year-04-and-03.pdf \
|
|
gnome-foundation-fiscal-year-03-and-02.pdf \
|
|
gnome-foundation-accountant-03.pdf \
|
|
guadec-2004-financial-summary.pdf \
|
|
gnome-foundation-fiscal-year-2007.pdf \
|
|
GNOME2009-budget-with-actuals.ods \
|
|
gnome-foundation-budget-2004.ods \
|
|
gnome-foundation-budget-2010-final.ods \
|
|
gnome-foundation-budget-2010-summary.pdf \
|
|
gnome-foundation-budget-2010.ods \
|
|
gnome-foundation-budget-2011-may.ods \
|
|
gnome-foundation-budget-2011-summary.pdf \
|
|
gnome-foundation-budget-2011.ods \
|
|
gnome-foundation-fiscal-year-2004-balance-summary-draft.pdf \
|
|
gnome-foundation-fiscal-year-2004-income-summary-draft.pdf \
|
|
gnome-foundation-fiscal-year-2005-balance-summary.pdf \
|
|
gnome-foundation-fiscal-year-2005-income-summary.pdf \
|
|
guadec-budget-2004.pdf \
|
|
guadec-budget-2006.ods \
|
|
guadec-budget-2007.ods \
|
|
guadec-budget-2008.ods \
|
|
guadec-budget-consolidated.ods
|
|
|
|
|
|
include $(top_srcdir)/rules.common
|