From fe74b9f8de3b2bb04eaf26c337d350208826fec5 Mon Sep 17 00:00:00 2001 From: ceriel Date: Mon, 27 Jun 1988 14:40:29 +0000 Subject: [PATCH] Adapted for ACK --- doc/int/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/int/Makefile b/doc/int/Makefile index 05164fce3..3bcd341c8 100755 --- a/doc/int/Makefile +++ b/doc/int/Makefile @@ -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 -- 2.34.1