diff --git a/scripts/mw2html_audacity/wiki2htm.bat b/scripts/mw2html_audacity/wiki2htm.bat index b9f313c5b..43a4df5b5 100644 --- a/scripts/mw2html_audacity/wiki2htm.bat +++ b/scripts/mw2html_audacity/wiki2htm.bat @@ -1,6 +1,6 @@ -python mw2html.py http://manual.audacityteam.org/man ..\..\help\temp -s +python mw2html.py http://alphamanual.audacityteam.org/man ..\..\help\temp -s rmdir /S /Q ..\..\help\manual mkdir ..\..\help\manual -xcopy ..\..\help\temp\manual.audacityteam.org ..\..\help\manual\ /E /C /Y /Q +xcopy ..\..\help\temp\alphamanual.audacityteam.org ..\..\help\manual\ /E /C /Y /Q rmdir /S /Q ..\..\help\temp diff --git a/scripts/mw2html_audacity/wiki2htm.sh b/scripts/mw2html_audacity/wiki2htm.sh index 4edd7aee4..d28f9110e 100755 --- a/scripts/mw2html_audacity/wiki2htm.sh +++ b/scripts/mw2html_audacity/wiki2htm.sh @@ -2,9 +2,9 @@ helpdir="../../help/manual" tmpdir_="../../help/temp" -srcuri="http://manual.audacityteam.org/man" +srcuri="http://alphamanual.audacityteam.org/man" mkdir -p "${tmpdir_}" python mw2html.py "${srcuri}" "${tmpdir_}" -s -mv "${tmpdir_}/manual.audacityteam.org" "${helpdir}" +mv "${tmpdir_}/alphamanual.audacityteam.org" "${helpdir}" rm -r "${tmpdir_}"