From: ceriel Date: Wed, 10 Dec 1986 16:53:24 +0000 (+0000) Subject: Entry for "top", different entry for "LLgen". X-Git-Tag: release-5-5~5096 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=c6a49a018f1db5a86c38d426d68c1c50a64709b4;p=ack.git Entry for "top", different entry for "LLgen". --- diff --git a/doc/Makefile b/doc/Makefile index 764fe7d94..f8df18505 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -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: