mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-01 06:33:53 +01:00
Convenience .bat file for working with manual.
Also exclude the hep/temp files from git.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -184,6 +184,7 @@ win/.vs/
|
|||||||
|
|
||||||
# All those help files
|
# All those help files
|
||||||
help/manual*
|
help/manual*
|
||||||
|
help/temp*
|
||||||
|
|
||||||
# Misc
|
# Misc
|
||||||
src/RevisionIdent.h
|
src/RevisionIdent.h
|
||||||
|
|||||||
5
scripts/mw2html_audacity/wiki2htmtemp.bat
Normal file
5
scripts/mw2html_audacity/wiki2htmtemp.bat
Normal file
@@ -0,0 +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
|
||||||
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user