From: ceriel Date: Tue, 31 Mar 1987 12:33:23 +0000 (+0000) Subject: Also install manual page X-Git-Tag: release-5-5~4259 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=82f042ba98e6ec208084fdbe4aace0c548405c2d;p=ack.git Also install manual page --- diff --git a/lang/cem/cemcom/Makefile b/lang/cem/cemcom/Makefile index 0914688de..44f053d75 100644 --- a/lang/cem/cemcom/Makefile +++ b/lang/cem/cemcom/Makefile @@ -118,11 +118,13 @@ Emain: Cfiles @rm -f nmclash.o a.out install: Main - rm -f $(EMHOME)/lib/em_cemcom + rm -f $(EMHOME)/lib/em_cemcom $(EMHOME)/man/em_cemcom.6 cp $(CURRDIR)/main $(EMHOME)/lib/em_cemcom + cp $(CURRDIR)/cemcom.1 $(EMHOME)/man/em_cemcom.6 cmp: Main -cmp $(CURRDIR)/main $(EMHOME)/lib/em_cemcom + -cmp $(CURRDIR)/cemcom.1 $(EMHOME)/man/em_cemcom.6 pr: @pr makefile make.* tab.c char.tab Parameters $(HSRC) $(STRSRC) $(LSRC) $(CSRC)