Entry for "top", different entry for "LLgen".
authorceriel <none@none>
Wed, 10 Dec 1986 16:53:24 +0000 (16:53 +0000)
committerceriel <none@none>
Wed, 10 Dec 1986 16:53:24 +0000 (16:53 +0000)
doc/Makefile

index 764fe7d..f8df185 100644 (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: