mirror of
https://github.com/PDP-10/its.git
synced 2026-01-11 23:53:12 +00:00
21 lines
425 B
Tcl
21 lines
425 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.
|
|
cwd "r"
|
|
respond "*" ":r rman.r\r"
|