branch: elpa/swift-mode commit e9648b10558e942074ac4e111910009fc3532b2a Author: Nathan Hitchings <nhi...@gmail.com> Commit: Nathan Hitchings <nhi...@gmail.com>
Use .el for file extension in distributed package. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7769b1b..c0c02fb 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ USER_ELPA_D = $(USER_EMACS_D)/elpa SRCS = $(filter-out %-pkg.el, $(wildcard *.el)) TESTS = $(filter-out %-pkg.el, $(wildcard test/*.el)) -TAR = $(DIST)/swift-mode-$(VERSION).tar +EL = $(DIST)/swift-mode-$(VERSION).el .PHONY: all all : deps $(DIST) @@ -30,7 +30,7 @@ check : deps .PHONY: install install : $(DIST) $(USER_ELPA_D) $(EMACS) $(EMACSFLAGS) -l package \ - -f package-initialize --eval '(package-install-file "$(TAR)")' + -f package-initialize --eval '(package-install-file "$(EL)")' .PHONY: uninstall uninstall :