aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2015-07-01 22:24:53 +0200
committerJonas Bernoulli <jonas@bernoul.li>2015-07-01 22:24:53 +0200
commit0e0292bc8ee8b217eed330080280762345fa64a7 (patch)
tree5432878552457095adb4b69e6c76e43c6cbf0d00 /Makefile
parentaa15fdccafe15ced001b2499ca265d69994e4b0f (diff)
Makefile: minor fixes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 23ad4e2..c660c74 100644
--- a/Makefile
+++ b/Makefile
@@ -84,7 +84,7 @@ test-interactive:
clean: clean-lisp clean-docs
@printf "Cleaning...\n"
@$(RM) $(ELCS) $(ELGS) # temporary cleanup kludge
- @$(RM) *.gz *.tar.gz *.tar Documentation/*.texi~
+ @$(RM) git-commit-*.el *.tar.gz *.tar Documentation/*.texi~
@$(RMDIR) magit-$(VERSION)
clean-lisp:
@@ -133,7 +133,7 @@ marmalade: elpa
@marmalade-upload magit-$(VERSION).tar
ELPA_ARCHIVES = with-editor-$(VERSION).tar
-ELPA_ARCHIVES += git-commit-$(VERSION).el.gz
+ELPA_ARCHIVES += git-commit-$(VERSION).el
ELPA_ARCHIVES += magit-popup-$(VERSION).tar
ELPA_ARCHIVES += magit-$(VERSION).tar
@@ -157,7 +157,7 @@ with-editor-$(VERSION).tar: info
-f with-editor-$(VERSION).tar with-editor-$(VERSION)
@$(RMDIR) with-editor-$(VERSION)
-git-commit-$(VERSION).el.gz:
+git-commit-$(VERSION).el:
@printf "Packing $@\n"
@$(CP) lisp/git-commit.el git-commit-$(VERSION).el