[Cherokee-commits] rev 1032 - in cherokee/trunk
cherokee at cherokee-project.com
cherokee at cherokee-project.com
Sat Feb 9 00:38:53 CET 2008
Author: alo
Date: 2008-02-09 00:38:53 +0100 (Sat, 09 Feb 2008)
New Revision: 1032
Log:
Get the changeset with:
svn diff -r 1031:1032 svn://svn.cherokee-project.com/
Added:
cherokee/trunk/admin/static/css/Makefile.am
cherokee/trunk/admin/static/images/Makefile.am
cherokee/trunk/admin/static/js/Makefile.am
Modified:
cherokee/trunk/admin/static/Makefile.am
6 +-----
cherokee/trunk/admin/static/css/
cherokee/trunk/admin/static/images/
cherokee/trunk/admin/static/js/
cherokee/trunk/configure.in
3 +++
Modified: cherokee/trunk/admin/static/Makefile.am
===================================================================
--- cherokee/trunk/admin/static/Makefile.am 2008-02-08 23:28:04 UTC (rev 1031)
+++ cherokee/trunk/admin/static/Makefile.am 2008-02-08 23:38:53 UTC (rev 1032)
@@ -1,8 +1,4 @@
## Cherokee: Makefile.am -*- makefile -*-
-adminstaticdir = "$(datadir)/cherokee/admin/static"
-adminstatic_DATA = \
-common.js
+SUBDIRS = js css images
-EXTRA_DIST = \
-$(adminstatic_DATA)
Property changes on: cherokee/trunk/admin/static/css
___________________________________________________________________
Name: svn:ignore
+ Makefile.in
Makefile
Added: cherokee/trunk/admin/static/css/Makefile.am
===================================================================
--- cherokee/trunk/admin/static/css/Makefile.am (rev 0)
+++ cherokee/trunk/admin/static/css/Makefile.am 2008-02-08 23:38:53 UTC (rev 1032)
@@ -0,0 +1,9 @@
+## Cherokee: Makefile.am -*- makefile -*-
+
+adminstaticdir = "$(datadir)/cherokee/admin/static/css"
+adminstatic_DATA = \
+cherokee.css \
+reset-min.css
+
+EXTRA_DIST = \
+$(adminstatic_DATA)
Property changes on: cherokee/trunk/admin/static/images
___________________________________________________________________
Name: svn:ignore
+ Makefile.in
Makefile
Added: cherokee/trunk/admin/static/images/Makefile.am
===================================================================
--- cherokee/trunk/admin/static/images/Makefile.am (rev 0)
+++ cherokee/trunk/admin/static/images/Makefile.am 2008-02-08 23:38:53 UTC (rev 1032)
@@ -0,0 +1,12 @@
+## Cherokee: Makefile.am -*- makefile -*-
+
+adminstaticdir = "$(datadir)/cherokee/admin/static/images"
+adminstatic_DATA = \
+background.png \
+cherokee-logo-bar.png \
+menu-active.png \
+menu-highlight.png \
+workarea.png
+
+EXTRA_DIST = \
+$(adminstatic_DATA)
Property changes on: cherokee/trunk/admin/static/js
___________________________________________________________________
Name: svn:ignore
+ Makefile.in
Makefile
Added: cherokee/trunk/admin/static/js/Makefile.am
===================================================================
--- cherokee/trunk/admin/static/js/Makefile.am (rev 0)
+++ cherokee/trunk/admin/static/js/Makefile.am 2008-02-08 23:38:53 UTC (rev 1032)
@@ -0,0 +1,9 @@
+## Cherokee: Makefile.am -*- makefile -*-
+
+adminstaticdir = "$(datadir)/cherokee/admin/static/js"
+adminstatic_DATA = \
+common.js \
+jquery-1.2.3.min.js
+
+EXTRA_DIST = \
+$(adminstatic_DATA)
Modified: cherokee/trunk/configure.in
===================================================================
--- cherokee/trunk/configure.in 2008-02-08 23:28:04 UTC (rev 1031)
+++ cherokee/trunk/configure.in 2008-02-08 23:38:53 UTC (rev 1032)
@@ -1155,6 +1155,9 @@
www/Makefile
admin/Makefile
admin/static/Makefile
+admin/static/js/Makefile
+admin/static/css/Makefile
+admin/static/images/Makefile
])
More information about the Cherokee-commits
mailing list