summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/fifinddo-info/makevars/texvars.sh
blob: d18b6c6281552ae3a82aea88803de07f1cded722 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash
# make dantev45.htm variants using makedots.tex
# U.L. 2011-10-23
echo
echo remove symbolic .cfg link:
rm dantev45.cfg
latex makedots
mv -iv *.html LongHTML
echo restore symbolic .cfg link:
ln -sf SRC/DANTEV45.CFG dantev45.cfg
echo ' * DONE. *'
echo