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