anjuta r4892 - in trunk/www/htdocs: . css screenshots



Author: jhs
Date: Wed Mar 25 16:29:03 2009
New Revision: 4892
URL: http://svn.gnome.org/viewvc/anjuta?rev=4892&view=rev

Log:
Added makefiles for projects.gnome.org

Added:
   trunk/www/htdocs/Makefile.am
   trunk/www/htdocs/css/Makefile.am
   trunk/www/htdocs/screenshots/Makefile.am

Added: trunk/www/htdocs/Makefile.am
==============================================================================
--- (empty file)
+++ trunk/www/htdocs/Makefile.am	Wed Mar 25 16:29:03 2009
@@ -0,0 +1,10 @@
+SUBDIRS=css screenshots 
+
+urlpath = /anjuta
+
+page_SCRIPTS= anjuta.php authors.php changelog.php development.php downloads.php \
+	features.php hacking.php home.php index.php proxy.php roadmap.php screenshots.php \
+	tasks.php
+
+
+include $(top_srcdir)/rules.common

Added: trunk/www/htdocs/css/Makefile.am
==============================================================================
--- (empty file)
+++ trunk/www/htdocs/css/Makefile.am	Wed Mar 25 16:29:03 2009
@@ -0,0 +1,8 @@
+urlpath = /anjuta/css
+
+IMG_FILES := $(wildcard *.png)
+
+page_SCRIPTS= docs.css layout.css style.css
+
+
+include $(top_srcdir)/rules.common
\ No newline at end of file

Added: trunk/www/htdocs/screenshots/Makefile.am
==============================================================================
--- (empty file)
+++ trunk/www/htdocs/screenshots/Makefile.am	Wed Mar 25 16:29:03 2009
@@ -0,0 +1,6 @@
+urlpath = /anjuta/screenshots
+
+IMG_FILES := $(wildcard *.png)
+
+
+include $(top_srcdir)/rules.common
\ No newline at end of file



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