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