diff options
author | seb <seb@pkgsrc.org> | 2003-06-23 13:24:29 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-06-23 13:24:29 +0000 |
commit | ff648d9d909c711f9f7a5aa340321af0437ae16b (patch) | |
tree | 164b330f153a2d8e2e138ab8fb7c52b66eead39f /editors | |
parent | 16285db01741abef76399694f36443971787f9df (diff) | |
download | pkgsrc-ff648d9d909c711f9f7a5aa340321af0437ae16b.tar.gz |
Convert to USE_NEW_TEXINFO.
Earned in the process: fixed info files registration for binary package
and all info files actually registered.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index 075c7a068b4..aafaeb25fde 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.58 2003/06/05 12:09:17 markd Exp $ +# $NetBSD: Makefile,v 1.59 2003/06/23 13:24:29 seb Exp $ # FreeBSD Id: Makefile,v 1.30 1997/12/14 02:03:53 asami Exp DISTNAME= emacs-21.3 @@ -53,8 +53,10 @@ CONFIGURE_ARGS+= --with-png LDFLAGS+= -Wl,-z,nocombreloc .endif -INFO_FILES= emacs vip viper forms gnus mh-e cl sc dired-x ediff \ - ccmode message widget reftex forms +USE_NEW_TEXINFO= YES +INFO_FILES= ada-mode autotype ccmode cl dired-x ebrowse ediff efaq emacs +INFO_FILES+= emacs-mime eshell eudc forms gnus idlwave message mh-e pcl-cvs +INFO_FILES+= reftex sc speedbar vip viper widget woman post-extract: ${CP} ${FILESDIR}/site-init.el ${WRKSRC}/lisp @@ -65,5 +67,4 @@ pre-install: post-install: ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/emacs -.include "../../mk/texinfo.mk" .include "../../mk/bsd.pkg.mk" |