updated buildscript to copy Markdown-ified COPYING doc

This commit is contained in:
Evan Kinney 2016-12-25 21:35:27 -05:00
parent 5a429d22c7
commit f24d6bb8f6

View File

@ -67,7 +67,7 @@ stage_unix() {
mkdir -p "$DIST_ROOT/unix/$PV"
# Copy files into $PV, starting with easyrsa3 as the initial root dir
src_files="easyrsa3/ Licensing/ COPYING ChangeLog README.quickstart.md"
src_files="easyrsa3/ Licensing/ COPYING.md ChangeLog README.quickstart.md"
for f in $src_files
do
cp -a "$SRC_ROOT/$f" "$DIST_ROOT/unix/$PV" || die "failed to copy $f"
@ -94,7 +94,7 @@ stage_win() {
python -m markdown $SRC_ROOT/README.quickstart.md > $DIST_ROOT/windows/$PV/README.quickstart.html
# Copy files into $PV, starting with easyrsa3 as the initial root dir
src_files="easyrsa3/ COPYING ChangeLog"
src_files="easyrsa3/ COPYING.md ChangeLog"
for f in $src_files
do
cp -a "$SRC_ROOT/$f" "$DIST_ROOT/windows/$PV" || die "failed to copy $f"