From 3ab28894513662b7e230f6cca7dc738aebb54575 Mon Sep 17 00:00:00 2001 From: keie Date: Mon, 17 Dec 1984 11:38:36 +0000 Subject: [PATCH] Added 6500 documentation. --- doc/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/Makefile b/doc/Makefile index 75f9beadc..43924dd50 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -4,7 +4,7 @@ SUF=pr PRINT=cat RESFILES=cref.$(SUF) pcref.$(SUF) val.$(SUF) v7bugs.$(SUF) install.$(SUF)\ ack.$(SUF) cg.$(SUF) regadd.$(SUF) peep.$(SUF) toolkit.$(SUF) LLgen.$(SUF)\ -basic.$(SUF) +basic.$(SUF) 6500.$(SUF) NROFF=nroff MS=-ms @@ -32,6 +32,8 @@ toolkit.$(SUF): toolkit.doc $(NROFF) $(MS) $? >$@ LLgen.$(SUF): LLgen.doc eqn $? | $(NROFF) $(MS) >$@ +6500.$(SUF): 6500.doc + $(NROFF) $(MS) $? >$@ install cmp: -- 2.34.1