]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/Hawaiian/Makefile
Remove $Id$
[SourceForge/phpwiki.git] / themes / Hawaiian / Makefile
1 # $Id$
2 #
3 # themes/Hawaiian/Makefile
4 #
5 # minify CSS and JS
6 #
7
8 CSS_SRC = Hawaiian.css
9 CSS_FILES = $(patsubst %.css,%-min.css,$(CSS_SRC))
10
11 all     : css
12
13 include ../Makefile.global