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