branch: elpa/emacsql commit 159195690d01fb059e78ba0ae21a8e71b120b6cb Author: Christopher Wellons <well...@nullprogram.com> Commit: Christopher Wellons <well...@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)