Entry for "top", different entry for "LLgen".

This commit is contained in:
ceriel 1986-12-10 16:53:24 +00:00
parent 7d1822d04e
commit c6a49a018f

View file

@ -11,7 +11,7 @@ RESFILES= \
toolkit.$(SUF) install.$(SUF) ack.$(SUF) v7bugs.$(SUF) \
peep.$(SUF) cg.$(SUF) ncg.$(SUF) regadd.$(SUF) LLgen.$(SUF) \
basic.$(SUF) cref.$(SUF) pcref.$(SUF) val.$(SUF) \
6500.$(SUF) i80.$(SUF) z80.$(SUF)
6500.$(SUF) i80.$(SUF) z80.$(SUF) top.$(SUF)
cref.$(SUF): cref.doc
$(TBL) $? | $(NROFF) >$@
@ -37,14 +37,18 @@ val.$(SUF): val.doc
$(NROFF) $? >$@
toolkit.$(SUF): toolkit.doc
$(NROFF) $(MS) $? >$@
LLgen.$(SUF): LLgen.doc
$(EQN) $? | $(TBL) | $(NROFF) $(MS) >$@
LLgen.$(SUF): LLgen/Makefile LLgen/LLgen.doc LLgen/LLgen.refs
cd LLgen; make "NROFF="$(NROFF) "MS="$(MS) "EQN="$(EQN) \
"TBL="$(TBL) "SUF="$(SUF)
6500.$(SUF): 6500.doc
$(TBL) $? | $(NROFF) $(MS) >$@
i80.$(SUF): i80.doc
$(NROFF) $(MS) $? >$@
z80.$(SUF): z80.doc
$(NROFF) $(MS) $? >$@
top.$(SUF): top/Makefile top/top.n top/refs.top
cd top; make "NROFF="$(NROFF) "MS="$(MS) "EQN="$(EQN) \
"TBL="$(TBL) "SUF="$(SUF)
install cmp: