branch: elpa/with-editor
commit 4fa6c31c8f8e3fb5536334bac9d62b652dfb5634
Author: Jonas Bernoulli <jo...@bernoul.li>
Commit: Jonas Bernoulli <jo...@bernoul.li>

    make release: Don't pass along $VERSION
    
    This currently isn't being used.
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 865b143f40..bdcd56733e 100644
--- a/Makefile
+++ b/Makefile
@@ -46,7 +46,7 @@ pdf:
 publish:
        @$(MAKE) -C docs publish
 release:
-       @$(MAKE) VERSION=$(VERSION) -C docs release
+       @$(MAKE) -C docs release
 
 stats:
        @$(MAKE) -C docs stats

Reply via email to