Added a win32 batch file to generate docs.

Originally committed to SVN as r1730.
This commit is contained in:
Rodrigo Braz Monteiro 2008-01-15 04:49:47 +00:00
parent 00145ea3d0
commit 5f3abc5f96

4
docs/convert.bat Normal file
View file

@ -0,0 +1,4 @@
cd output
del /s /q *.*
perl ../aegisub_convert_docs.pl
pause