Put int.1 in this directory
authorceriel <none@none>
Mon, 27 Jun 1988 14:48:30 +0000 (14:48 +0000)
committerceriel <none@none>
Mon, 27 Jun 1988 14:48:30 +0000 (14:48 +0000)
util/int/Makefile

index ff6d12e..d4070b3 100644 (file)
@@ -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)