From: ceriel Date: Tue, 24 Feb 1987 15:36:34 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: release-5-5~4613 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=ac7976eea92e23b35bb2c8c8cd144e8cddec6512;p=ack.git *** empty log message *** --- diff --git a/util/cpp/Makefile b/util/cpp/Makefile index e9936acb6..dafae3885 100644 --- a/util/cpp/Makefile +++ b/util/cpp/Makefile @@ -4,6 +4,7 @@ EMHOME=../.. MODULES=$(EMHOME)/modules MODULESLIB=$(MODULES)/lib BIN=$(EMHOME)/lib +MANDIR=$(EMHOME)/man # Some paths @@ -106,9 +107,12 @@ cfiles: hfiles LLfiles $(GSRC) install: all rm -f $(CEMPP) cp cpp $(CEMPP) + mr -f $(MANDIR)/cpp.6 + cp cpp.6 $(MANDIR)/cpp.6 cmp: all - cmp cpp $(CEMPP) + -cmp cpp $(CEMPP) + -cmp cpp.6 $(MANDIR)/cpp.6 pr: @pr $(PRFILES)