ack/doc/Makefile

52 lines
1.1 KiB
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)\
1984-11-27 23:51:07 +00:00
ack.$(SUF) cg.$(SUF) regadd.$(SUF) peep.$(SUF) toolkit.$(SUF) LLgen.$(SUF)\
1985-01-04 13:57:11 +00:00
basic.$(SUF) 6500.$(SUF) ncg.$(SUF)
1984-06-29 11:21:50 +00:00
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) $? >$@
1985-01-04 13:57:11 +00:00
ncg.$(SUF): ncg.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) $? >$@
1984-11-27 23:51:07 +00:00
basic.$(SUF): basic.doc
$(NROFF) $(MS) $? >$@
1984-06-29 11:21:50 +00:00
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-10-08 15:00:23 +00:00
LLgen.$(SUF): LLgen.doc
eqn $? | $(NROFF) $(MS) >$@
1984-12-17 11:38:36 +00:00
6500.$(SUF): 6500.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