diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-17 07:01:32 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-17 07:01:32 +0000 |
commit | 5223aa0ad27e00e4e2fed29a2ba90c7622dc94f1 (patch) | |
tree | c472404c33a2b370731640bb224f398b5385af86 /editors/emacs23 | |
parent | Converted to MAN[1-9NL] (diff) |
Converted to MAN[1-9NL]
Notes
Notes:
svn path=/head/; revision=4534
Diffstat (limited to 'editors/emacs23')
-rw-r--r-- | editors/emacs23/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/editors/emacs23/Makefile b/editors/emacs23/Makefile index eae58157eb1b..69ae004bf139 100644 --- a/editors/emacs23/Makefile +++ b/editors/emacs23/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 |