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