updated for photo-typesetter
This commit is contained in:
@@ -1,11 +1,14 @@
|
||||
head: doc.pr
|
||||
|
||||
NROFF=nroff
|
||||
FILES = macr.nr title.nr intro.nr mem.nr ispace.nr dspace.nr mapping.nr types.nr descr.nr iotrap.nr mach.nr assem.nr app.nr
|
||||
TBL=tbl
|
||||
FILES = macr.nr title.nr intro.nr mem.nr ispace.nr dspace.nr mapping.nr \
|
||||
types.nr descr.nr env.nr traps.nr mach.nr assem.nr \
|
||||
app.int.nr app.codes.nr app.exam.nr cont.nr
|
||||
IOP=../../util/ass/ip_spec.t
|
||||
|
||||
doc.pr: $(FILES) itables em.i
|
||||
tbl $(FILES) | $(NROFF) >doc.pr
|
||||
doc.pr: $(FILES) itables em.i Makefile
|
||||
$(TBL) $(FILES) | $(NROFF) >doc.pr
|
||||
|
||||
distr: $(FILES) itables em.i
|
||||
tbl $(FILES) | nroff -Tlp >doc.pr
|
||||
@@ -22,10 +25,10 @@ app.t: itables em.i
|
||||
em.i: int/em.p
|
||||
@echo Sorry, this copy was edited by hand from int/em.p
|
||||
|
||||
itables: $(IOP)
|
||||
awk -f ip.awk $(IOP) | tbl >itables
|
||||
itables: $(IOP) ip.awk
|
||||
awk -f ip.awk $(IOP) | sed 's/-/\\-/g" | $(TBL) >itables
|
||||
|
||||
.SUFFIXES : .pr .nr
|
||||
.nr.pr: ; tbl macr.nr $*.nr | $(NROFF) >$@
|
||||
.nr.pr: ; $(TBL) macr.nr $*.nr | $(NROFF) >$@
|
||||
|
||||
cont.t intro.t mem.t ispace.t dspace.t mapping.t succ.t descr.t iotrap.t mach.t assem.t kern.t app.t: macr.nr
|
||||
|
||||
Reference in New Issue
Block a user