インストールデフォルトディレクトリーの名前をexopen-modeからexopenに変更
authorj8takagi <j8takagi@nifty.com>
Fri, 1 Feb 2013 00:43:11 +0000 (09:43 +0900)
committerj8takagi <j8takagi@nifty.com>
Fri, 1 Feb 2013 00:43:11 +0000 (09:43 +0900)
Makefile

index cf54d44..36b408e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 prefix ?= /usr/local
 elispdir ?= $(prefix)/share/emacs/site-lisp
-installdir ?= $(elispdir)/exopen-mode
+installdir ?= $(elispdir)/exopen
 
 .PHONY: install clean