Adapted for ACK
This commit is contained in:
parent
a578d2eda8
commit
fe74b9f8de
1 changed files with 5 additions and 2 deletions
|
@ -1,12 +1,15 @@
|
|||
# $Header$
|
||||
|
||||
TBL=/usr/ditroff/tbl
|
||||
TBL=tbl
|
||||
|
||||
DOC = draw.mac cover txt1 txt2 txt3 appA appB bib
|
||||
int.doc: $(DOC)
|
||||
$(TBL) $(DOC) > $@
|
||||
|
||||
FLS = README .distr Makefile int.1 $(DOC)
|
||||
../int.doc: int.doc
|
||||
mv int.doc ..
|
||||
|
||||
FLS = README Makefile $(DOC)
|
||||
|
||||
.distr: Makefile
|
||||
echo $(FLS) | tr ' ' '\012' >.distr
|
||||
|
|
Loading…
Reference in a new issue