summaryrefslogtreecommitdiff
path: root/systems/unix/tex-fpc/shell/tgl
diff options
context:
space:
mode:
Diffstat (limited to 'systems/unix/tex-fpc/shell/tgl')
-rwxr-xr-xsystems/unix/tex-fpc/shell/tgl3
1 files changed, 2 insertions, 1 deletions
diff --git a/systems/unix/tex-fpc/shell/tgl b/systems/unix/tex-fpc/shell/tgl
index cb390d3150..26c2bf2c2b 100755
--- a/systems/unix/tex-fpc/shell/tgl
+++ b/systems/unix/tex-fpc/shell/tgl
@@ -1,6 +1,7 @@
+# tangles and compiles web files. Sends the pool file to /dev/null.
case $# in
1) b=`basename $1 .web`; tangle $1 /dev/null $b.p /dev/null;;
2) b=`basename $2 .ch`; tangle $1 $2 $b.p /dev/null;;
*) echo Usage: `basename $0` web-file [ ch-file ] ; exit 1
esac && \
-fpc $b.p
+fpc -FaUnix,sysutils,baseunix $b.p