From: tomo Date: Sun, 21 Mar 2004 14:22:25 +0000 (+0000) Subject: (XEMACS): New variable. X-Git-Url: http://git.chise.org/gitweb/?p=elisp%2Fnabe.git;a=commitdiff_plain;h=145e895a8d1f412f0307d53cd692891f86d03c80 (XEMACS): New variable. (PACKAGEDIR): New variable. (package): New target. (install-package): New target. --- diff --git a/Makefile b/Makefile index 1e2a1d1..12ee841 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,13 @@ # -# $Id: Makefile,v 0.3 1996/10/04 14:15:02 morioka Exp morioka $ +# Makefile for NABE. # EMACS = emacs +XEMACS = xemacs FLAGS = -batch -q -no-site-file -l NABE-MK PREFIX = +PACKAGEDIR = NONE FILES = README.?? Makefile NABE-* *.el ChangeLog @@ -19,6 +21,13 @@ install: elc $(EMACS) $(FLAGS) -f install-nabe $(PREFIX) +package: + $(XEMACS) $(FLAGS) -f compile-nabe-package $(PACKAGEDIR) + +install-package: package + $(XEMACS) $(FLAGS) -f install-nabe-package $(PACKAGEDIR) + + clean: -rm *.elc