|
|
1.1 ! root 1: # Copyright 1985, 1986 Massachusetts Institute of Technology ! 2: # Makefile for the Installation document. ! 3: ! 4: TROFF= ditroff -Tpsc ! 5: PRINTER= lpr -n -Pln03-bldge40-4 ! 6: FILES= in.1 \ ! 7: in.2 \ ! 8: in.3 \ ! 9: appendix ! 10: ! 11: all: ! 12: ! 13: paper: $(FILES) ! 14: eqn ${FILES} | tbl |${TROFF} -ms | ${PRINTER} ! 15: ! 16: preview:$(FILES) ! 17: neqn ${FILES} | tbl | nroff -ms | colcrt ! 18: ! 19: ! 20: clean: ! 21: rm -f *~ \#* *.bak errs
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.