From 5223aa0ad27e00e4e2fed29a2ba90c7622dc94f1 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sun, 17 Nov 1996 07:01:32 +0000 Subject: Converted to MAN[1-9NL] --- editors/emacs/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'editors/emacs') diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index eae58157eb1b..69ae004bf139 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -3,7 +3,7 @@ # Date created: 29 October 1994 # Whom: jkh # -# $Id: Makefile,v 1.22 1996/10/18 16:16:49 max Exp $ +# $Id: Makefile,v 1.23 1996/11/11 05:07:06 obrien Exp $ # DISTNAME= emacs-19.34 @@ -14,13 +14,9 @@ GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ARGS= i386--freebsd --with-x-toolkit STRIP= +MAN1= emacs.1 etags.1 ctags.1 post-install: -.if !defined(NOMANCOMPRESS) - gzip -9nf ${PREFIX}/man/man1/emacs.1 - gzip -9nf ${PREFIX}/man/man1/etags.1 - gzip -9nf ${PREFIX}/man/man1/ctags.1 -.endif for file in emacs-19.34 emacsclient etags ctags b2m; do \ strip ${PREFIX}/bin/$$file; \ done -- cgit v1.2.3