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