Skip to content
This repository has been archived by the owner on Sep 15, 2022. It is now read-only.

Commit

Permalink
Minor doc build fix for Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeep-edb authored and dpage committed Mar 11, 2015
1 parent 9541fc5 commit 7e6944d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/builddocs.bat
Expand Up @@ -8,7 +8,7 @@ cd ..
REM Compile the HTML Help
"%ProgramFiles%\HTML Help Workshop\hhc.exe" ./en_US/_build/htmlhelp/pgadmin3.hhp

IF EXIST %WXWIN%\utils\hhp2cached\vc_mswu SET BUILDDIR=vc_mswu ELSE SET BUILDDIR=vc_mswudll
IF EXIST %WXWIN%\utils\hhp2cached\vc_mswu (SET BUILDDIR=vc_mswu) ELSE (SET BUILDDIR=vc_mswudll)

REM Regenerate the cache file used by the wx viewer.
IF NOT EXIST %WXWIN%\utils\hhp2cached\%BUILDDIR%\hhp2cached.exe GOTO NO_HHP2CACHED
Expand Down

0 comments on commit 7e6944d

Please sign in to comment.