]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/default/Makefile
Remove $Id$
[SourceForge/phpwiki.git] / themes / default / Makefile
1 # $Id$
2 #
3 # themes/default/Makefile
4 #
5 # minify CSS and JS
6 #
7
8 CSS_SRC = IEFixes.css    phpwiki-printer.css       phpwiki.css \
9           highlight.css  phpwiki-modern.css        phpwiki-topbottombars.css  \
10           toolbar.css \
11           moacdropdown/css/dropdown.css
12 MAIN    = wikicommon
13 JS_MAIN = wikicommon.js
14 JS_REST = ASCIIsvg.js sortable.js ajax.js moacdropdown.js toolbar.js
15
16 CSS_FILES = $(patsubst %.css,%-min.css,$(CSS_SRC))
17
18 all     : css js
19
20 include ../Makefile.global