1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-09-15 15:50:54 +02:00

Update alpha manual URLs in mw2html scripts

This commit is contained in:
Steve Daulton 2018-07-22 15:07:52 +01:00
parent f8da13f00a
commit d990890232
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
python mw2html.py http://alphamanual.audacityteam.org/man ..\..\help\temp -s python mw2html.py https://alphamanual.audacityteam.org/man ..\..\help\temp -s
rmdir /S /Q ..\..\help\manual rmdir /S /Q ..\..\help\manual
mkdir ..\..\help\manual mkdir ..\..\help\manual
xcopy ..\..\help\temp\alphamanual.audacityteam.org ..\..\help\manual\ /E /C /Y /Q xcopy ..\..\help\temp\alphamanual.audacityteam.org ..\..\help\manual\ /E /C /Y /Q

View File

@ -2,7 +2,7 @@
helpdir="../../help/manual" helpdir="../../help/manual"
tmpdir_="../../help/temp" tmpdir_="../../help/temp"
srcuri="http://alphamanual.audacityteam.org/man" srcuri="https://alphamanual.audacityteam.org/man"
mkdir -p "${tmpdir_}" mkdir -p "${tmpdir_}"
python mw2html.py "${srcuri}" "${tmpdir_}" -s python mw2html.py "${srcuri}" "${tmpdir_}" -s

View File

@ -1,5 +1,5 @@
@REM wiki2htm without the xcopy. The results stay in the temp directory. @REM wiki2htm without the xcopy. The results stay in the temp directory.
@REM Can be convenient when testing/modifying the script. @REM Can be convenient when testing/modifying the script.
python mw2html.py http://alphamanual.audacityteam.org/man ..\..\help\temp -s python mw2html.py https://alphamanual.audacityteam.org/man ..\..\help\temp -s