Skip to content

Commit de21e8f

Browse files
committed
build: Make sure historical release notes end up in distributions
Adds the historical release notes to release tarballs and windows installers.
1 parent 15ec451 commit de21e8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ OSX_FANCY_PLIST=$(top_srcdir)/contrib/macdeploy/fancy.plist
1616
OSX_INSTALLER_ICONS=$(top_srcdir)/src/qt/res/icons/bitcoin.icns
1717
OSX_PLIST=$(top_srcdir)/share/qt/Info.plist #not installed
1818

19-
DIST_DOCS = $(wildcard doc/*.md)
19+
DIST_DOCS = $(wildcard doc/*.md) $(wildcard doc/release-notes/*.md)
2020

2121
WINDOWS_PACKAGING = $(top_srcdir)/share/pixmaps/bitcoin.ico \
2222
$(top_srcdir)/share/pixmaps/nsis-header.bmp \

0 commit comments

Comments
 (0)