diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2015-07-01 22:24:53 +0200 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2015-07-01 22:24:53 +0200 |
| commit | 0e0292bc8ee8b217eed330080280762345fa64a7 (patch) | |
| tree | 5432878552457095adb4b69e6c76e43c6cbf0d00 /Makefile | |
| parent | aa15fdccafe15ced001b2499ca265d69994e4b0f (diff) | |
Makefile: minor fixes
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |
