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