aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--Makefile6
2 files changed, 4 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index ee6d2f5..299409a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,6 @@
*.elc
*~
-/*.gz
+/*.el
/*.tar
/*.tar.gz
/.dir-locals.el
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