aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2015-08-16 19:27:00 +0200
committerJonas Bernoulli <jonas@bernoul.li>2015-08-16 19:27:00 +0200
commita3ff8d3615f22d325add088ff05ad0214f97717c (patch)
treee306a10eeea50cf5c9e2ff918df175cd0a56798c /Makefile
parent9ecafdbda69bebb3deec66968202c0aea807454e (diff)
make: add release note to dist tarball
This fixes 9a0f05c71c5cf966dc92ebbf7e75b49dd1799cfd.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5163da1..2ae4b5f 100644
--- a/Makefile
+++ b/Makefile
@@ -110,8 +110,8 @@ dist: magit-$(VERSION).tar.gz
DIST_ROOT_FILES = COPYING default.mk Makefile README.md
DIST_LISP_FILES = $(addprefix lisp/,$(ELS) magit-version.el Makefile)
DIST_DOCS_FILES = $(addprefix Documentation/,$(TEXIPAGES) AUTHORS.md Makefile)
-ifneq ("$(wildcard RelNotes/$(VERSION).txt)","")
- DIST_DOCS_FILES += RelNotes/$(VERSION).txt
+ifneq ("$(wildcard Documentation/RelNotes/$(VERSION).txt)","")
+ DIST_DOCS_FILES += Documentation/RelNotes/$(VERSION).txt
endif
magit-$(VERSION).tar.gz: lisp info