mirror of
				https://github.com/cookiengineer/audacity
				synced 2025-10-31 14:13:50 +01:00 
			
		
		
		
	Update alpha manual URLs in mw2html scripts
This commit is contained in:
		| @@ -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 | ||||
| mkdir ..\..\help\manual | ||||
| xcopy ..\..\help\temp\alphamanual.audacityteam.org ..\..\help\manual\ /E /C /Y /Q | ||||
|   | ||||
| @@ -2,7 +2,7 @@ | ||||
|  | ||||
| helpdir="../../help/manual" | ||||
| tmpdir_="../../help/temp" | ||||
| srcuri="http://alphamanual.audacityteam.org/man" | ||||
| srcuri="https://alphamanual.audacityteam.org/man" | ||||
|  | ||||
| mkdir -p "${tmpdir_}" | ||||
| python mw2html.py "${srcuri}" "${tmpdir_}" -s | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| @REM wiki2htm without the xcopy.  The results stay in the temp directory.   | ||||
| @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 | ||||
|  | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user