[gnomeweb-wml] Add missing files to get contest directory properly installed



commit 1296fb2f111a6309e6f1e548d8344921aa1f9cf6
Author: Lucas Rocha <lucasr litl com>
Date:   Tue Nov 16 17:09:44 2010 +0000

    Add missing files to get contest directory properly installed

 configure.in                           |    4 ++++
 www.gnome.org/contest/css/Makefile.am  |   18 ++++++++++++++++++
 www.gnome.org/contest/font/Makefile.am |   23 +++++++++++++++++++++++
 www.gnome.org/contest/img/Makefile.am  |   17 +++++++++++++++++
 4 files changed, 62 insertions(+), 0 deletions(-)
---
diff --git a/configure.in b/configure.in
index a583b1b..fa9d227 100644
--- a/configure.in
+++ b/configure.in
@@ -16,6 +16,10 @@ Makefile
 www.gnome.org/Makefile
 www.gnome.org/about/Makefile
 www.gnome.org/community/Makefile
+www.gnome.org/contest/Makefile
+www.gnome.org/contest/css/Makefile
+www.gnome.org/contest/font/Makefile
+www.gnome.org/contest/img/Makefile
 www.gnome.org/css/Makefile
 www.gnome.org/friends/Makefile
 www.gnome.org/friends/amazon/Makefile
diff --git a/www.gnome.org/contest/css/Makefile.am b/www.gnome.org/contest/css/Makefile.am
new file mode 100644
index 0000000..372a515
--- /dev/null
+++ b/www.gnome.org/contest/css/Makefile.am
@@ -0,0 +1,18 @@
+#SUBDIRS =
+
+urlpath = /contest/css
+
+page_DATA = \
+	960.css \
+	960_24_col.css \
+	Makefile.am \
+	reset.css \
+	rtl_960.css \
+	rtl_960_24_col.css \
+	rtl_text.css \
+	text.css \
+	tshirtcontest.css
+
+EXTRA_DIST=$(page_DATA)
+
+include $(top_srcdir)/rules.common
diff --git a/www.gnome.org/contest/font/Makefile.am b/www.gnome.org/contest/font/Makefile.am
new file mode 100644
index 0000000..412fb7f
--- /dev/null
+++ b/www.gnome.org/contest/font/Makefile.am
@@ -0,0 +1,23 @@
+#SUBDIRS =
+
+urlpath = /contest/font
+
+page_DATA = \
+	Chunkfive-webfont.eot \
+	Chunkfive-webfont.svg \
+	Chunkfive-webfont.ttf \
+	Chunkfive-webfont.woff \
+	Lobster.ttf \
+	Makefile.am \
+	MarketingScript-webfont.eot \
+	MarketingScript-webfont.svg \
+	MarketingScript-webfont.ttf \
+	MarketingScript-webfont.woff \
+	pincoyablack-webfont.eot \
+	pincoyablack-webfont.svg \
+	pincoyablack-webfont.ttf \
+	pincoyablack-webfont.woff
+
+EXTRA_DIST=$(page_DATA)
+
+include $(top_srcdir)/rules.common
diff --git a/www.gnome.org/contest/img/Makefile.am b/www.gnome.org/contest/img/Makefile.am
new file mode 100644
index 0000000..4264759
--- /dev/null
+++ b/www.gnome.org/contest/img/Makefile.am
@@ -0,0 +1,17 @@
+#SUBDIRS =
+
+urlpath = /contest/img
+
+page_DATA = \
+	12_col.gif \
+	16_col.gif \
+	24_col.gif \
+	Makefile.am \
+	art.png \
+	grass.png \
+	tshirt.png \
+	waterbrush-body-bg.jpg
+
+EXTRA_DIST=$(page_DATA)
+
+include $(top_srcdir)/rules.common



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]