]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/Portland/Makefile
add missing -min and Makefiles
[SourceForge/phpwiki.git] / themes / Portland / Makefile
1 # $Id: Makefile 6691 2009-03-23 07:43:49Z rurban $
2 #
3 # themes/Portland/Makefile
4 #
5 # minify CSS and JS
6 #
7
8 CSS_SRC = portland.css
9 CSS_FILES = $(patsubst %.css,%-min.css,$(CSS_SRC))
10
11 all     : css
12
13 include ../Makefile.global