X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=Makefile;h=db7f739d1931ed1720e15c634268cc5408a5ec0d;hb=e5a96e17fe6f1cf88c61b5c63d811a96d2777367;hp=1e84e52f5f63d46888ca5c62d25f7c2dca727710;hpb=632f4ffa6b91e0b11e38dd4244127609e2d8fa1e;p=elisp%2Fapel.git diff --git a/Makefile b/Makefile index 1e84e52..db7f739 100644 --- a/Makefile +++ b/Makefile @@ -2,17 +2,19 @@ # Makefile for APEL. # -VERSION = 7.3 +VERSION = 8.18 TAR = tar RM = /bin/rm -f CP = /bin/cp -p EMACS = emacs +XEMACS = xemacs FLAGS = -batch -q -no-site-file -l APEL-MK PREFIX = NONE LISPDIR = NONE +PACKAGEDIR = NONE elc: @@ -22,6 +24,10 @@ install: $(EMACS) $(FLAGS) -f install-apel $(PREFIX) $(LISPDIR) +install-package: + $(XEMACS) $(FLAGS) -f install-apel-package $(PACKAGEDIR) + + clean: -rm *.elc