From: <var...@us...> - 2010-04-27 01:58:23
|
Revision: 7352 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7352&view=rev Author: vargenau Date: 2010-04-27 01:58:17 +0000 (Tue, 27 Apr 2010) Log Message: ----------- No AVL theme present Modified Paths: -------------- trunk/themes/Makefile trunk/themes/Makefile.global Modified: trunk/themes/Makefile =================================================================== --- trunk/themes/Makefile 2010-04-27 01:44:31 UTC (rev 7351) +++ trunk/themes/Makefile 2010-04-27 01:58:17 UTC (rev 7352) @@ -7,7 +7,7 @@ .PHONY: all css js -THEMES =AVL default MonoBook wikilens Sidebar SpaceWiki blog MacOSX gforge \ +THEMES = default MonoBook wikilens Sidebar SpaceWiki blog MacOSX gforge \ Portland shamino_com Crao Wordpress smaller Hawaiian # http://developer.yahoo.com/yui/compressor/ Modified: trunk/themes/Makefile.global =================================================================== --- trunk/themes/Makefile.global 2010-04-27 01:44:31 UTC (rev 7351) +++ trunk/themes/Makefile.global 2010-04-27 01:58:17 UTC (rev 7352) @@ -6,12 +6,11 @@ .PHONY: all css js -THEMES = AVL default MonoBook wikilens Sidebar SpaceWiki blog MacOSX gforge +THEMES = default MonoBook wikilens Sidebar SpaceWiki blog MacOSX gforge # http://developer.yahoo.com/yui/compressor/ YUICOMPRESSOR = java -jar h:/Java/yuicompressor-2.4.2.jar - css: $(CSS_FILES) js: $(MAIN)-min.js $(patsubst %.js,%-min.js,$(JS_REST)) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |