File: build

package info (click to toggle)
node-mathjax-full 3.2.2%2B~cs4.2.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,980 kB
  • sloc: javascript: 6,790; makefile: 6
file content (11 lines) | stat: -rw-r--r-- 461 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#(
#	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)