1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-30 07:39:42 +02:00

Update address of alpha Manual

This commit is contained in:
windinthew 2016-04-23 23:51:19 +01:00
parent 54ecf74d68
commit ce53ed06c1
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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_}"