Pārlūkot izejas kodu

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

ceriel 38 gadi atpakaļ
vecāks
revīzija
f5cc9fcd9f
1 mainītis faili ar 7 papildinājumiem un 3 dzēšanām
  1. 7 3
      doc/Makefile

+ 7 - 3
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: