yatex
changeset 101:970c50beb4ce dev
Change default emacsen from mule to emacs
author | yuuji@gentei.org |
---|---|
date | Mon, 28 Sep 2009 13:09:16 +0900 |
parents | 948655c12676 |
children | 4be83051f641 |
files | makefile |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line diff
1.1 --- a/makefile Mon Sep 28 13:07:05 2009 +0900 1.2 +++ b/makefile Mon Sep 28 13:09:16 2009 +0900 1.3 @@ -6,11 +6,11 @@ 1.4 PREFIX = /usr/local 1.5 1.6 ## mule2 1.7 -EMACS = mule 1.8 -EMACSDIR= ${PREFIX}/lib/${EMACS} 1.9 +#EMACS = mule 1.10 +#EMACSDIR= ${PREFIX}/lib/${EMACS} 1.11 ## emacs20 1.12 -#EMACS = emacs 1.13 -#EMACSDIR= ${PREFIX}/share/${EMACS} 1.14 +EMACS = emacs 1.15 +EMACSDIR= ${PREFIX}/share/${EMACS} 1.16 ## XEmacs 1.17 #EMACS = xemacs 1.18 #EMACSDIR= ${PREFIX}/lib/${EMACS}