diff options
| author | Wladimir J. van der Laan <[email protected]> | 2014-02-07 09:21:02 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-02-07 09:21:09 +0100 |
| commit | 1d0295e9d5273838ef2cd9134154551bdbbf3850 (patch) | |
| tree | 50101d8c36ce741e8dd6b98278d9fbc9d36aa413 | |
| parent | Merge pull request #3635 (diff) | |
| parent | build: Make sure historical release notes end up in distributions (diff) | |
| download | discoin-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.am | 2 |
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 \ |