aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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