From: ceriel Date: Mon, 27 Jun 1988 14:48:30 +0000 (+0000) Subject: Put int.1 in this directory X-Git-Tag: release-5-5~3144 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=c69f99b644cbd2b568bba524ca13975626a8b25a;p=ack.git Put int.1 in this directory --- diff --git a/util/int/Makefile b/util/int/Makefile index ff6d12eb8..d4070b3bc 100644 --- a/util/int/Makefile +++ b/util/int/Makefile @@ -43,9 +43,11 @@ all: test install: $(INT) cp $(INT) $(EM)/bin/int + cp int.1 $(EM)/man/int.1 cmp: $(INT) - cmp $(INT) $(EM)/bin/int + -cmp $(INT) $(EM)/bin/int + -cmp int.1 $(EM)/man/int.1 test: $(INT) test/awa.em22 test/awa.em24 test/awa.em44 @rm -f int.mess @@ -99,7 +101,7 @@ tags: $(HDR) $(SRC) MFILES = M.trap_msg M.warn_h M.warn_msg ALL = READ_ME Makefile $(MFILES) $(HDR) $(SRC) -DISTR = $(ALL) switch test +DISTR = $(ALL) int.1 switch test print: @pr $(ALL)