added entry for ncg.doc
This commit is contained in:
parent
2e20f60554
commit
43e3f84da0
@ -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) 6500.$(SUF)
|
||||
basic.$(SUF) 6500.$(SUF) ncg.$(SUF)
|
||||
NROFF=nroff
|
||||
MS=-ms
|
||||
|
||||
@ -16,6 +16,8 @@ ack.$(SUF): ack.doc
|
||||
$(NROFF) $(MS) $? >$@
|
||||
cg.$(SUF): cg.doc
|
||||
$(NROFF) $(MS) $? >$@
|
||||
ncg.$(SUF): ncg.doc
|
||||
$(NROFF) $(MS) $? >$@
|
||||
regadd.$(SUF): regadd.doc
|
||||
$(NROFF) $(MS) $? >$@
|
||||
install.$(SUF): install.doc
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user