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:
parent
54ecf74d68
commit
ce53ed06c1
@ -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
|
||||
|
||||
|
@ -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_}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user