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
|
|
|
|
|
1988-06-27 14:40:29 +00:00
|
|
|
../int.doc: int.doc
|
|
|
|
mv int.doc ..
|
|
|
|
|
1988-06-27 14:54:40 +00:00
|
|
|
int.doc: $(DOC)
|
|
|
|
$(TBL) $(DOC) > $@
|
|
|
|
|
1988-06-27 14:40:29 +00:00
|
|
|
FLS = README Makefile $(DOC)
|
1988-06-22 21:48:19 +00:00
|
|
|
|
|
|
|
.distr: Makefile
|
|
|
|
echo $(FLS) | tr ' ' '\012' >.distr
|
|
|
|
|
1988-07-04 14:55:22 +00:00
|
|
|
distr: .distr
|
|
|
|
|
1988-06-22 21:48:19 +00:00
|
|
|
clean:
|
|
|
|
rm -f int.doc
|
|
|
|
|