diff options
author | wiz <wiz@pkgsrc.org> | 2004-03-27 21:45:07 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-03-27 21:45:07 +0000 |
commit | c981972898c8708a1483402d1e7eb2fbb67268b7 (patch) | |
tree | 27ff0e04032b3cc6dd88fb67331ea12d80ee95b9 /editors/matlab-mode/Makefile | |
parent | e050872f355db2676767e4fd56e25a40e0b42349 (diff) | |
download | pkgsrc-c981972898c8708a1483402d1e7eb2fbb67268b7.tar.gz |
Update to 2.3.1 (previous distfile disappeared).
Changes:
Added continue to keyword list.
Added use contributed matlab-generate-latex command.
Doc comment update (New file exchange link, matlab shell switches)
Font lock of pragmas
Whitespace mode support.
Exclude block verify from save hooks.
Fixed if statement regexp for unreachable code.
Add persistent as a keyword.
Fill paragraph: Fix to handle comment at end of buffer.
matlab-shell: Fix where kill-local-variables is called.
User patch for finding the symbol at point.
Yoni Wexler contributed patch for indented tic/toc.
Block highlighting tic/toc.
font lock for tic toc.
Diffstat (limited to 'editors/matlab-mode/Makefile')
-rw-r--r-- | editors/matlab-mode/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/matlab-mode/Makefile b/editors/matlab-mode/Makefile index 10672f13798..af989bcd8fb 100644 --- a/editors/matlab-mode/Makefile +++ b/editors/matlab-mode/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2004/01/20 12:14:05 agc Exp $ +# $NetBSD: Makefile,v 1.5 2004/03/27 21:45:07 wiz Exp $ # DISTNAME= matlab.el -PKGNAME= matlab-mode-2.3 +PKGNAME= matlab-mode-2.3.1 CATEGORIES= editors math MASTER_SITES= http://www.mathworks.com/matlabcentral/files/104/ EXTRACT_SUFX= @@ -13,7 +13,7 @@ COMMENT= Matlab mode for Emacs WRKSRC= ${WRKDIR} EXTRACT_CMD= ${CP} ${DOWNLOADED_DISTFILE} ${WRKDIR} -DIST_SUBDIR= ${PKGNAME} +DIST_SUBDIR= ${PKGNAME_NOREV} .include "../../mk/emacs.mk" |