diff options
Diffstat (limited to 'docs/_compile/doxygen.bat')
| -rw-r--r-- | docs/_compile/doxygen.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_compile/doxygen.bat b/docs/_compile/doxygen.bat index 74d482f..7bd5cb4 100644 --- a/docs/_compile/doxygen.bat +++ b/docs/_compile/doxygen.bat @@ -20,7 +20,7 @@ if exist ..\"%NAME%"_docs ( :: Run packman to ensure doxygen is there: set DOXYGEN_VERSION=1.5.8-gameworks-win -call "%BLAST_ROOT%\buildtools\packman\windows\packman.cmd" %PM_OPTIONS_EXT% install doxygen %DOXYGEN_VERSION% +call "%BLAST_ROOT%\buildtools\packman\packman.cmd" install doxygen %DOXYGEN_VERSION% if errorlevel 1 ( echo ***SCRIPTERROR: packman failed to get dependencies goto doxygen_failed |