]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/SpaceWiki/Makefile
Remove $Id$
[SourceForge/phpwiki.git] / themes / SpaceWiki / Makefile
1 # $Id$
2 #
3 # themes/SpaceWiki/Makefile
4 #
5 # minify CSS and JS
6 #
7
8 CSS_SRC = SpaceWiki.css
9 CSS_FILES = $(patsubst %.css,%-min.css,$(CSS_SRC))
10
11 all     : css
12
13 include ../Makefile.global