# $Id$ # # themes/Portland/Makefile # # minify CSS and JS # CSS_SRC = portland.css CSS_FILES = $(patsubst %.css,%-min.css,$(CSS_SRC)) all : css include ../Makefile.global