mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-16 08:34:10 +02:00
Merge branch 'master' into scrubbing
This commit is contained in:
commit
0d5a409e9a
@ -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
|
rmdir /S /Q ..\..\help\manual
|
||||||
mkdir ..\..\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
|
rmdir /S /Q ..\..\help\temp
|
||||||
|
|
||||||
|
@ -2,9 +2,9 @@
|
|||||||
|
|
||||||
helpdir="../../help/manual"
|
helpdir="../../help/manual"
|
||||||
tmpdir_="../../help/temp"
|
tmpdir_="../../help/temp"
|
||||||
srcuri="http://manual.audacityteam.org/man"
|
srcuri="http://alphamanual.audacityteam.org/man"
|
||||||
|
|
||||||
mkdir -p "${tmpdir_}"
|
mkdir -p "${tmpdir_}"
|
||||||
python mw2html.py "${srcuri}" "${tmpdir_}" -s
|
python mw2html.py "${srcuri}" "${tmpdir_}" -s
|
||||||
mv "${tmpdir_}/manual.audacityteam.org" "${helpdir}"
|
mv "${tmpdir_}/alphamanual.audacityteam.org" "${helpdir}"
|
||||||
rm -r "${tmpdir_}"
|
rm -r "${tmpdir_}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user