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