diff options
| author | Frank Fischer <frank.fischer@mathematik.tu-chemnitz.de> | 2013-02-12 09:06:25 +0100 |
|---|---|---|
| committer | Frank Fischer <frank.fischer@mathematik.tu-chemnitz.de> | 2013-02-12 09:06:25 +0100 |
| commit | d3c0a84ee4d402ccbd2e4defbc93458780f594f0 (patch) | |
| tree | 194c7ef06174560bda0cf7ecdea99b2ef9ecb88e /Makefile | |
| parent | 0c5b67d3a1beaaebaf7142f0085de41398890cde (diff) | |
Remove the comment header from `evil-pkg.el`.
This header caused the marmalade-repo.org to crash when trying to
upload the package. The ELPA package file should therefore contain
nothing but the call to `define-package`.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ SHELL = /bin/sh EMACS = emacs FILES = $(filter-out evil-tests.el,$(filter-out evil-pkg.el,$(wildcard evil*.el))) -VERSION := $(shell sed -ne '1,/define-package/d' -ne '/^\s*"[[:digit:]]\+\(\.[[:digit:]]\+\)*"\s*$$/ s/^.*"\(.*\)".*$$/\1/p' evil-pkg.el) +VERSION := $(shell sed -ne '/define-package/,$$p' evil-pkg.el | sed -ne '/^\s*"[[:digit:]]\+\(\.[[:digit:]]\+\)*"\s*$$/ s/^.*"\(.*\)".*$$/\1/p') ELPAPKG = evil-$(VERSION) PROFILER = DOC = doc |
