ack/doc/Makefile

43 lines
876 B
Makefile
Raw Normal View History

1984-07-27 10:28:48 +00:00
# $Header$
1984-06-29 11:21:50 +00:00
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)
NROFF=nroff
MS=-ms
1984-06-29 11:21:50 +00:00
cref.$(SUF): cref.doc
tbl $? | $(NROFF) >$@
v7bugs.$(SUF): v7bugs.doc
$(NROFF) $(MS) $? >$@
1984-06-29 11:21:50 +00:00
ack.$(SUF): ack.doc
$(NROFF) $(MS) $? >$@
1984-06-29 11:21:50 +00:00
cg.$(SUF): cg.doc
$(NROFF) $(MS) $? >$@
1984-06-29 11:21:50 +00:00
regadd.$(SUF): regadd.doc
$(NROFF) $(MS) $? >$@
1984-06-29 11:21:50 +00:00
install.$(SUF): install.doc
$(NROFF) $(MS) $? >$@
1984-06-29 11:21:50 +00:00
pcref.$(SUF): pcref.doc
$(NROFF) $? >$@
peep.$(SUF): peep.doc
$(NROFF) $(MS) $? >$@
1984-06-29 11:21:50 +00:00
val.$(SUF): val.doc
$(NROFF) $? >$@
toolkit.$(SUF): toolkit.doc
$(NROFF) $(MS) $? >$@
1984-06-29 11:21:50 +00:00
install cmp:
pr:
@make "SUF="$SUF "NROFF="$NROFF "PRINT="$PRINT $(RESFILES) \
>make.pr.out 2>&1
@$(PRINT) $(RESFILES)
opr:
make pr | opr
clean:
-rm -f *.old $(RESFILES) *.t