diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2015-07-05 21:53:33 +0200 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2015-07-05 21:53:33 +0200 |
| commit | d919e71befef47ae753cf11277adfb84e27341e5 (patch) | |
| tree | f9905568b86c7e365ee4e3acada5227874f4e1c7 | |
| parent | 97414c52532e4036104ffdb8dc55839fab28b84e (diff) | |
Makefile: fix elpa target
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | default.mk | 1 |
2 files changed, 3 insertions, 0 deletions
@@ -160,6 +160,8 @@ with-editor-$(VERSION).tar: info git-commit-$(VERSION).el: @printf "Packing $@\n" @$(CP) lisp/git-commit.el git-commit-$(VERSION).el + @$(SED) -i git-commit-$(VERSION).el \ + -e "s/^;; Keywords:/;; Package-Version: $(VERSION)\n;; Keywords:/" define magit_popup_pkg (define-package "magit-popup" "$(VERSION)" @@ -11,6 +11,7 @@ CP ?= install -p -m 644 MKDIR ?= install -p -m 755 -d RMDIR ?= rm -rf TAR ?= tar +SED ?= sed PACKAGES = with-editor git-commit magit-popup magit PACKAGE_VERSIONS = $(addsuffix -$(VERSION),$(PACKAGES)) |
