OSDN Git Service

Add TranslationStatus.*
[winmerge-jp/winmerge-jp.git] / BuildManual.cmd
1 pushd Translations
2 for %%i in ("%LOCALAPPDATA%\Programs\Python\Python39" "C:\Python39") do (
3   if exist "%%~i\python.exe" (
4     "%%~i\python.exe" GetTranslationsStatus.py
5   )
6
7 popd
8
9 call Docs\Manual\build_htmlhelp_en.bat
10 call Docs\Manual\build_htmlhelp_jp.bat