]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/Makefile
Remove $Id$
[SourceForge/phpwiki.git] / themes / Makefile
1 # $Id$
2 #
3 # themes/Makefile
4 #
5 # minify themes
6 #
7
8 .PHONY: all css js
9
10 THEMES = default MonoBook wikilens Sidebar SpaceWiki blog MacOSX fusionforge \
11         Portland shamino_com Crao Wordpress smaller Hawaiian
12
13 # http://developer.yahoo.com/yui/compressor/
14 YUICOMPRESSOR = java -jar default/yuicompressor-2.4.7.jar
15
16 all: 
17         $(foreach dir,$(THEMES),make -C $(dir);)