Skip to content

Commit

Permalink
help\sakura\sakura.hh が存在しない環境で chm をビルドしたときにエラーが出るのを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
m-tmatma committed Jun 2, 2019
1 parent 18324af commit 07280d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-chm.bat
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ set HH_SCRIPT=%~dp0help\remove-comment.py
set HH_INPUT=sakura_core\sakura.hh
set HH_OUTPUT=help\sakura\sakura.hh

del /F "%HH_OUTPUT%"
if exist "%HH_OUTPUT%" del /F "%HH_OUTPUT%"
python "%HH_SCRIPT%" "%HH_INPUT%" "%HH_OUTPUT%" || (echo error && exit /b 1)

call :BuildChm %HHP_MACRO% %CHM_MACRO% || (echo error && exit /b 1)
Expand Down

0 comments on commit 07280d7

Please sign in to comment.