aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2014-02-07 09:21:02 +0100
committerWladimir J. van der Laan <[email protected]>2014-02-07 09:21:09 +0100
commit1d0295e9d5273838ef2cd9134154551bdbbf3850 (patch)
tree50101d8c36ce741e8dd6b98278d9fbc9d36aa413
parentMerge pull request #3635 (diff)
parentbuild: Make sure historical release notes end up in distributions (diff)
downloaddiscoin-1d0295e9d5273838ef2cd9134154551bdbbf3850.tar.xz
discoin-1d0295e9d5273838ef2cd9134154551bdbbf3850.zip
Merge pull request #3608
de21e8f build: Make sure historical release notes end up in distributions (Wladimir J. van der Laan)
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index d222daf28..4f623f6c6 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 \