diff options
Diffstat (limited to 'contrib/update-tos.sh')
| -rwxr-xr-x | contrib/update-tos.sh | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/update-tos.sh b/contrib/update-tos.sh index 67db7c03..dcf9e391 100755 --- a/contrib/update-tos.sh +++ b/contrib/update-tos.sh @@ -29,6 +29,10 @@ do          else              mv _build/$f/${VERSION}.$f $l/${VERSION}.$f          fi +        if test $f = "txt" +        then +            cp $l/${VERSION}.$f $l/${VERSION}.md +        fi      done  done  cd ..  | 
