Initial revision
authorsater <none@none>
Fri, 29 Jun 1984 11:29:28 +0000 (11:29 +0000)
committersater <none@none>
Fri, 29 Jun 1984 11:29:28 +0000 (11:29 +0000)
doc/em/Makefile [new file with mode: 0644]
doc/em/READ_ME [new file with mode: 0644]

diff --git a/doc/em/Makefile b/doc/em/Makefile
new file mode 100644 (file)
index 0000000..9317dc4
--- /dev/null
@@ -0,0 +1,28 @@
+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
+IOP=../../util/ass/ip_spec.t
+
+doc.pr: $(FILES) itables em.i
+       tbl $(FILES) | $(NROFF) >doc.pr
+
+opr:   doc.pr
+       make pr | opr
+
+pr:
+       @make "NROFF="$NROFF doc.pr >makepr.out 2>&1
+       @cat doc.pr
+
+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
+
+.SUFFIXES : .pr .nr
+.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
diff --git a/doc/em/READ_ME b/doc/em/READ_ME
new file mode 100644 (file)
index 0000000..1511d1d
--- /dev/null
@@ -0,0 +1 @@
+Sorry, the kun macro package is not ours to distribute.