]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/Makefile
add missing Makefiles
[SourceForge/phpwiki.git] / themes / Makefile
1 # $Id: Makefile 6691 2009-03-23 07:43:49Z rurban $
2 #
3 # themes/Makefile
4 #
5 # minify themes
6 #
7
8 .PHONY: all css js
9
10 THEMES =AVL default MonoBook wikilens Sidebar SpaceWiki blog MacOSX gforge \
11         Portland shamino_com Crao Wordpress smaller Hawaiian
12
13 # http://developer.yahoo.com/yui/compressor/
14 YUICOMPRESSOR = java -jar h:/Java/yuicompressor-2.4.2.jar
15
16 all: 
17         $(foreach dir,$(THEMES),make -C $(dir);)