1
0
mirror of https://github.com/PDP-10/its.git synced 2026-01-13 07:19:57 +00:00
PDP-10.its/build/typeset.tcl
2021-09-22 07:11:34 +02:00

21 lines
440 B
Tcl

log_progress "ENTERING BUILD SCRIPT: TYPESET"
respond "*" ":bolio;bolio moon;amber\r"
respond "NIL" "(quit)"
expect ":KILL"
# DDT Reference Manual by Eric Osman.
respond "*" ":otj6\r"
respond "_" "hur;ddtmem\r"
respond "_" "\032"
type ":kill\r"
# LISP Machine Progress Report, by Alan Bawden et al.
respond "*" ":tj6\r"
respond "_" "lmdoc;paper_lmdoc;paper\r"
expect ":KILL"
# R manual.
respond "*" ":cwd r\r"
respond "*" ":r rman.r\r"