added top element size computation information

This commit is contained in:
eck
1990-09-05 09:29:05 +00:00
parent 5c85d84228
commit 6dc5c01551
3 changed files with 114 additions and 47 deletions

View File

@@ -49,7 +49,7 @@ occam.X:
cd occam; make "PIC="$(PIC) "TBL="$(TBL) "EQN="$(EQN) "TARGET="$(TARGET)
ego.doc: ego.X
ego.X:
cd ego; make "REFER="$(REFER) "TARGET="$(TARGET)
cd ego; make "REFER="$(REFER) "TARGET="$(TARGET) "TBL="$(TBL)
em.$(SUF): em.X
em.X:
cd em; make "TBL="$(TBL) "NROFF="$(NROFF) "SUF="$(SUF) "TARGET="$(TARGET)