]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/default/moacdropdown/js/Makefile
Remove moacdropdown/css/dropdown-min.css
[SourceForge/phpwiki.git] / themes / default / moacdropdown / js / Makefile
1 # jsmin http://www.crockford.com/javascript/jsmin.html
2 ALLSRC=mobrowser.js modomevent3.js modomt.js modomext.js getobject2.js xmlextras.js acdropdown.js
3
4 ../../moacdropdown.js: $(ALLSRC)
5         cat $(ALLSRC) > tmp.js
6         jsmin < tmp.js > $@
7         rm tmp.js
8
9 # perl -pi~ -e 's/^\s+//; s(//.*)();' $@