|
|
1.1 ! root 1: # Copyright 1985, Massachusetts Institute of Technology ! 2: # Makefile for the Xlib document. ! 3: ! 4: TROFF= troff -T480 ! 5: PRINTER= lpr -n -Pim ! 6: FILES= macros.t\ ! 7: abstract.t\ ! 8: x.t\ ! 9: kernel.t\ ! 10: memory.t\ ! 11: fd.t\ ! 12: pty.t\ ! 13: startup.t\ ! 14: naming.t\ ! 15: rpc.t\ ! 16: select.t\ ! 17: summary.t\ ! 18: ack.t\ ! 19: references.t ! 20: ! 21: ! 22: all: paper ! 23: ! 24: paper: $(FILES) ! 25: cat $(FILES) |${TROFF} -ms | ${PRINTER} ! 26: ! 27: cat: $(FILES) ! 28: cat $(FILES) >catfiles ! 29: ! 30: preview:$(FILES) ! 31: cat $(FILES) | nroff -ms | colcrt ! 32: ! 33: clean: ! 34: rm -f *~ \#* *.bak errs
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.