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