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

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

[nongnu] elpa/emacsql 159195690d 245/427: Include bin/ in the package.


From: ELPA Syncer
Subject: [nongnu] elpa/emacsql 159195690d 245/427: Include bin/ in the package.
Date: Tue, 13 Dec 2022 02:59:48 -0500 (EST)

branch: elpa/emacsql
commit 159195690d01fb059e78ba0ae21a8e71b120b6cb
Author: Christopher Wellons <wellons@nullprogram.com>
Commit: Christopher Wellons <wellons@nullprogram.com>

    Include bin/ in the package.
---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 8e82e17587..233c883700 100644
--- a/Makefile
+++ b/Makefile
@@ -27,12 +27,12 @@ binary :
 
 compile: .cask $(ELC) binary
 
-package : $(PACKAGE)-$(VERSION).tar
+package : compile $(PACKAGE)-$(VERSION).tar
 
 $(PACKAGE)-pkg.el : Cask
        $(CASK) package
 
-$(PACKAGE)-$(VERSION).tar : $(EL) $(PACKAGE)-pkg.el $(EXTRA_DIST)
+$(PACKAGE)-$(VERSION).tar : $(PACKAGE)-pkg.el $(EL) bin/ $(EXTRA_DIST)
        tar -cf $@ --transform "s,^,$(PACKAGE)-$(VERSION)/," $^
 
 test: compile $(TEST_ELC)



reply via email to

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