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