1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-15 07:40:23 +02:00

Update bash script to use python3

This commit is contained in:
Jack Thomson 2020-05-27 13:49:52 -04:00 committed by James Crook
parent c542cf5ef1
commit 27d6841a85

View File

@ -5,6 +5,6 @@ tmpdir_="../../help/temp"
srcuri="https://alphamanual.audacityteam.org/man"
mkdir -p "${tmpdir_}"
python mw2html.py "${srcuri}" "${tmpdir_}" -s
python3 mw2html.py "${srcuri}" "${tmpdir_}" -s
mv "${tmpdir_}/alphamanual.audacityteam.org" "${helpdir}"
rm -r "${tmpdir_}"