summaryrefslogtreecommitdiff
path: root/systems/unix/tex-fpc/shell/itgl
blob: d73dabd4fd4809bb13456e2ab354eda58dde5ff8 (plain)
1
2
3
4
5
6
7
# Tangles and then compiles web files. Keeps the pool file.
case $# in
1) b=`basename $1 .web`; tangle $1 /dev/null ini$b.p $b.pool;;
2) b=`basename $2 .ch`;  tangle $1 $2        ini$b.p $b.pool;;
*) echo Usage: `basename $0` web-file [ ch-file ] ; exit 1
esac && \
fpc -Fasysutils,baseunix,unix ini$b.p