Added an entry to create a doc.pr suitable for printing
on a straightforward line printer.
This commit is contained in:
parent
626ae9760f
commit
103659cd7b
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,9 @@ IOP=../../util/ass/ip_spec.t
|
||||||
doc.pr: $(FILES) itables em.i
|
doc.pr: $(FILES) itables em.i
|
||||||
tbl $(FILES) | $(NROFF) >doc.pr
|
tbl $(FILES) | $(NROFF) >doc.pr
|
||||||
|
|
||||||
|
distr: $(FILES) itables em.i
|
||||||
|
tbl $(FILES) | nroff -Tlp >doc.pr
|
||||||
|
|
||||||
opr: doc.pr
|
opr: doc.pr
|
||||||
make pr | opr
|
make pr | opr
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue