From: morioka Date: Thu, 15 May 1997 06:48:15 +0000 (+0000) Subject: (LISPDIR): New variable. X-Git-Tag: emh-0_21~13 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=f2c50324ab038806b906d2eb0011a75d30a89f93;hp=58b84c9b3de4326b29c9d7827567c48cb45b966c;p=elisp%2Femh.git (LISPDIR): New variable. --- diff --git a/Makefile b/Makefile index 80a2bc5..fca19a4 100644 --- a/Makefile +++ b/Makefile @@ -1,24 +1,25 @@ # -# $Id: Makefile,v 0.0 1997-03-14 09:30:55 morioka Exp $ +# $Id: Makefile,v 0.1 1997-05-15 06:48:15 morioka Exp $ # -VERSION = 0.7 +VERSION = 0.19 TAR = gtar RM = /bin/rm -f EMACS = emacs FLAGS = -batch -q -no-site-file -l EMH-MK -PREFIX = +PREFIX = NONE +LISPDIR = NONE FILES = README.en Makefile EMH-MK EMH-CFG EMH-ELS *.el ChangeLog elc: - $(EMACS) $(FLAGS) -f compile-emh + $(EMACS) $(FLAGS) -f compile-emh $(PREFIX) $(LISPDIR) install: elc - $(EMACS) $(FLAGS) -f install-emh $(PREFIX) + $(EMACS) $(FLAGS) -f install-emh $(PREFIX) $(LISPDIR) clean: