From c69f99b644cbd2b568bba524ca13975626a8b25a Mon Sep 17 00:00:00 2001 From: ceriel Date: Mon, 27 Jun 1988 14:48:30 +0000 Subject: [PATCH] Put int.1 in this directory --- util/int/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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) -- 2.34.1