aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2014-01-31 09:47:18 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2014-01-31 10:12:13 +0100
commitde21e8f17090b8e106c264ad0bed71cc7f236b7c (patch)
tree5ca354d13a05f66b192f9997ce41cec7c1c6fdc5 /Makefile.am
parent15ec451554b5889a92651b9fe71bf01047ba9fc3 (diff)
downloadbitcoin-de21e8f17090b8e106c264ad0bed71cc7f236b7c.tar.xz
build: Make sure historical release notes end up in distributions
Adds the historical release notes to release tarballs and windows installers.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index d222daf28c..4f623f6c64 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -16,7 +16,7 @@ OSX_FANCY_PLIST=$(top_srcdir)/contrib/macdeploy/fancy.plist
OSX_INSTALLER_ICONS=$(top_srcdir)/src/qt/res/icons/bitcoin.icns
OSX_PLIST=$(top_srcdir)/share/qt/Info.plist #not installed
-DIST_DOCS = $(wildcard doc/*.md)
+DIST_DOCS = $(wildcard doc/*.md) $(wildcard doc/release-notes/*.md)
WINDOWS_PACKAGING = $(top_srcdir)/share/pixmaps/bitcoin.ico \
$(top_srcdir)/share/pixmaps/nsis-header.bmp \