diff --git a/build/build-dist.sh b/build/build-dist.sh index 22276af..be2cb9b 100755 --- a/build/build-dist.sh +++ b/build/build-dist.sh @@ -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.md ChangeLog README.quickstart.md" + src_files="easyrsa3/ Licensing/ COPYING.md ChangeLog README.md README.quickstart.md" for f in $src_files do cp -a "$SRC_ROOT/$f" "$DIST_ROOT/unix/$PV" || die "failed to copy $f" @@ -92,7 +92,7 @@ stage_win() { python -m markdown $f > $DIST_ROOT/windows/$PV/doc/$fname.html done - for f in "README.quickstart" "COPYING" + for f in "README" "README.quickstart" "COPYING" do python -m markdown $SRC_ROOT/$f.md > $DIST_ROOT/windows/$PV/$f.html done