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