[gnomeweb-wml] Add upload directory



commit e98bb11c253c0b072ed966f907bd5975ead9ec1f
Author: Paul Cutler <pcutler gnome org>
Date:   Tue Nov 23 10:32:41 2010 -0600

    Add upload directory

 www.gnome.org/contest/Makefile.am        |    2 +-
 www.gnome.org/contest/upload/Makefile.am |    9 +++++++++
 2 files changed, 10 insertions(+), 1 deletions(-)
---
diff --git a/www.gnome.org/contest/Makefile.am b/www.gnome.org/contest/Makefile.am
index 18333c2..afa5460 100644
--- a/www.gnome.org/contest/Makefile.am
+++ b/www.gnome.org/contest/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = css font img
+SUBDIRS = css font img upload
 
 urlpath = /contest
 
diff --git a/www.gnome.org/contest/upload/Makefile.am b/www.gnome.org/contest/upload/Makefile.am
new file mode 100644
index 0000000..e4ef474
--- /dev/null
+++ b/www.gnome.org/contest/upload/Makefile.am
@@ -0,0 +1,9 @@
+#SUBDIRS =
+
+urlpath = /contest/upload
+
+page_DATA = 
+
+EXTRA_DIST=$(page_DATA)
+
+include $(top_srcdir)/rules.common



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