mirror of
https://github.com/cookiengineer/audacity
synced 2025-09-16 16:20:50 +02:00
Convenience .bat file for working with manual.
Also exclude the hep/temp files from git.
This commit is contained in:
parent
0c2f6bb176
commit
217a2540d4
1
.gitignore
vendored
1
.gitignore
vendored
@ -184,6 +184,7 @@ win/.vs/
|
||||
|
||||
# All those help files
|
||||
help/manual*
|
||||
help/temp*
|
||||
|
||||
# Misc
|
||||
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user