emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/swift-mode e9648b1 296/496: Use .el for file extension in


From: ELPA Syncer
Subject: [nongnu] elpa/swift-mode e9648b1 296/496: Use .el for file extension in distributed package.
Date: Sun, 29 Aug 2021 11:33:54 -0400 (EDT)

branch: elpa/swift-mode
commit e9648b10558e942074ac4e111910009fc3532b2a
Author: Nathan Hitchings <nhitch@gmail.com>
Commit: Nathan Hitchings <nhitch@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 :



reply via email to

[Prev in Thread] Current Thread [Next in Thread]