More fixes for #165

Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
This commit is contained in:
Eric F Crist 2017-12-07 20:24:41 -06:00
parent d3502a9d85
commit 47d5477266
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ Easy-RSA 3 ChangeLog
* Remove use of egrep (#154) * Remove use of egrep (#154)
* Integrate with Travis-CI (#165) * Integrate with Travis-CI (#165)
* Remove "local" from variable assignment (#165) * Remove "local" from variable assignment (#165)
* Other changes related to Travis-CI fixes
3.0.3 (2017-08-22) 3.0.3 (2017-08-22)
* Include mktemp windows binary * Include mktemp windows binary

View File

@ -88,7 +88,7 @@ stage_win() {
# make doc dir # make doc dir
mkdir -p "$DIST_ROOT/windows/$PV/doc" mkdir -p "$DIST_ROOT/windows/$PV/doc"
for f in `ls $SRC_ROOT/doc/*.md`; for f in $SRC_ROOT/doc/*.md;
do do
fname=`basename $f .md` fname=`basename $f .md`
python -m markdown "$f" > "$DIST_ROOT/windows/$PV/doc/$fname.html" python -m markdown "$f" > "$DIST_ROOT/windows/$PV/doc/$fname.html"