
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@546 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
10 lines
232 B
Tcsh
Executable File
10 lines
232 B
Tcsh
Executable File
#! /bin/tcsh -f
|
|
|
|
# Moves the image files to the proper location and
|
|
# removes the depth data files
|
|
|
|
rm TeX/png/*/*/depths.pl
|
|
rm -rf ../../../../mathjax/fonts/HTML-CSS/TeX/png
|
|
mv TeX/png ../../../../mathjax/fonts/HTML-CSS/TeX/png
|
|
|