ack/doc/int/Makefile

20 lines
259 B
Makefile
Raw Normal View History

1988-06-22 21:48:19 +00:00
# $Header$
1988-06-27 14:40:29 +00:00
TBL=tbl
1988-06-22 21:48:19 +00:00
DOC = draw.mac cover txt1 txt2 txt3 appA appB bib
int.doc: $(DOC)
$(TBL) $(DOC) > $@
1988-06-27 14:40:29 +00:00
../int.doc: int.doc
mv int.doc ..
FLS = README Makefile $(DOC)
1988-06-22 21:48:19 +00:00
.distr: Makefile
echo $(FLS) | tr ' ' '\012' >.distr
clean:
rm -f int.doc