]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/default/moacdropdown/js/Makefile
rule to create the stripped container
[SourceForge/phpwiki.git] / themes / default / moacdropdown / js / Makefile
1 ALLSRC=mobrowser.js modomevent.js modomt.js modomext.js getobject2.js xmlextras.js acdropdown.js
2
3 ../../moacdropdown.js: $(ALLSRC)
4         cat $(ALLSRC) > $@
5         perl -pi~ -e 's/^\s+//; s(//.*)();' $@