Added 6500 documentation.
This commit is contained in:
parent
c693044013
commit
3ab2889451
1 changed files with 3 additions and 1 deletions
|
@ -4,7 +4,7 @@ SUF=pr
|
||||||
PRINT=cat
|
PRINT=cat
|
||||||
RESFILES=cref.$(SUF) pcref.$(SUF) val.$(SUF) v7bugs.$(SUF) install.$(SUF)\
|
RESFILES=cref.$(SUF) pcref.$(SUF) val.$(SUF) v7bugs.$(SUF) install.$(SUF)\
|
||||||
ack.$(SUF) cg.$(SUF) regadd.$(SUF) peep.$(SUF) toolkit.$(SUF) LLgen.$(SUF)\
|
ack.$(SUF) cg.$(SUF) regadd.$(SUF) peep.$(SUF) toolkit.$(SUF) LLgen.$(SUF)\
|
||||||
basic.$(SUF)
|
basic.$(SUF) 6500.$(SUF)
|
||||||
NROFF=nroff
|
NROFF=nroff
|
||||||
MS=-ms
|
MS=-ms
|
||||||
|
|
||||||
|
@ -32,6 +32,8 @@ toolkit.$(SUF): toolkit.doc
|
||||||
$(NROFF) $(MS) $? >$@
|
$(NROFF) $(MS) $? >$@
|
||||||
LLgen.$(SUF): LLgen.doc
|
LLgen.$(SUF): LLgen.doc
|
||||||
eqn $? | $(NROFF) $(MS) >$@
|
eqn $? | $(NROFF) $(MS) >$@
|
||||||
|
6500.$(SUF): 6500.doc
|
||||||
|
$(NROFF) $(MS) $? >$@
|
||||||
|
|
||||||
install cmp:
|
install cmp:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue