0byt3m1n1
Path:
/
data
/
applications
/
aps
/
phpwiki
/
1.4.0-0
/
standard
/
htdocs
/
themes
/
Portland
/
[
Home
]
File: Makefile
# $Id: Makefile 7351 2010-04-27 01:44:31Z vargenau $ # # themes/Portland/Makefile # # minify CSS and JS # CSS_SRC = portland.css CSS_FILES = $(patsubst %.css,%-min.css,$(CSS_SRC)) all : css include ../Makefile.global