aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2015-01-04 17:03:42 +0100
committerJonas Bernoulli <jonas@bernoul.li>2015-01-04 17:03:42 +0100
commitf0160c237aa68402541e3c7a1b59f6032edf7fe5 (patch)
treef593e57ace835be436ef983165ceca4ade68b99b /Makefile
parentb75f5ed9f0215a0575a61a5de730e713f79e416e (diff)
Makefile: add COPYING to non-elpa tarball
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ef47a13..60dfc92 100644
--- a/Makefile
+++ b/Makefile
@@ -229,7 +229,7 @@ clean:
@$(RM) $(ELCS) $(LOADDEFS_FILE) magit-version.el *.tar.gz *.tar
@$(RMDIR) magit-$(VERSION)
-DIST_FILES = $(ELS) magit-version.el Makefile AUTHORS.md README.md
+DIST_FILES = $(ELS) magit-version.el Makefile AUTHORS.md README.md COPYING
.PHONY: dist
dist: magit-$(VERSION).tar.gz