#(
#	cd ts/input/mathml/mml3
#	perl -ne '$t=1 if/<xsl:stylesheet/;print if $t;$t=0 if/^<\/xsl:stylesheet/' mml3.ts > mml3.xsl
#	../../../../debian/build_modules/xslt3/xslt3.js -t -xsl:mml3.xsl -export:mml3.sef.json -nogo
#)
tsc -t es6
mkdir -p js/input/asciimath/mathjax2/ js/input/mathml/mml3/
cp -r ts/input/asciimath/mathjax2/* js/input/asciimath/mathjax2/
cp ts/input/mathml/mml3/mml3.sef.json js/input/mathml/mml3/

(cd components && node bin/makeAll src)
