
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@546 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
19 lines
417 B
Bash
Executable File
19 lines
417 B
Bash
Executable File
#! /bin/sh
|
|
|
|
# Create the data.js file of common entity names
|
|
# plus the entities directory of less-common ones
|
|
# and installs them
|
|
#
|
|
# Usage: ./makeAll
|
|
|
|
rm -rf entities
|
|
rm ../mathjax/unpacked/jax/input/MathML/entities/*.js
|
|
./makeEntities
|
|
cp entities/*.js ../mathjax/unpacked/jax/input/MathML/entities
|
|
|
|
#
|
|
# This file contains the entity table to be added
|
|
# to jax/input/MathML/jax.js
|
|
#
|
|
open -a AlphaX data.js
|