Skip to content

Commit

Permalink
dist: include README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gperciva authored and cperciva committed Jun 6, 2023
1 parent 7025a62 commit 9fd3e4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release-tools/mktarball.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RELEASEDATE=$(date "+%B %d, %Y")

# Copy bits in
mkdir "${DESTDIR}" "${DESTDIR}/autotools"
cp main.c FORMAT COPYRIGHT BUILDING STYLE "${DESTDIR}"
cp main.c FORMAT COPYRIGHT BUILDING README.md STYLE "${DESTDIR}"
cp Makefile.am .autom4te.cfg "${DESTDIR}"
cp Makefile.am "${DESTDIR}/autotools"
cp -R lib lib-platform libcperciva libscrypt-kdf m4 tests "${DESTDIR}"
Expand Down

0 comments on commit 9fd3e4c

Please sign in to comment.