
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@546 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
19 lines
457 B
Tcsh
Executable File
19 lines
457 B
Tcsh
Executable File
#! /bin/tcsh -f
|
|
|
|
# Makes the complete set of TeX image fonts
|
|
# and installs them in the proper location.
|
|
|
|
echo "====================================="
|
|
echo "PNG Suite:"
|
|
./makePNGsuite
|
|
echo "====================================="
|
|
echo "Range Suite:"
|
|
./makeRangeSuite
|
|
echo "====================================="
|
|
echo "Data:"
|
|
./makeData
|
|
echo "====================================="
|
|
echo "Install:"
|
|
./makeInstall
|
|
echo "====================================="
|