diff options
| author | Bryan Galdrikian <[email protected]> | 2024-12-20 16:15:12 -0800 |
|---|---|---|
| committer | Bryan Galdrikian <[email protected]> | 2024-12-20 16:15:12 -0800 |
| commit | b16fdc73d55b467b15595e32c70418ea55c1fe2b (patch) | |
| tree | 4213c6fe17aafd8bdf23e66d376ca03ccb33ae86 /docs/_compile/doxygen.bat | |
| parent | Removing reference to deprecated documentation server (diff) | |
| download | blast-b16fdc73d55b467b15595e32c70418ea55c1fe2b.tar.xz blast-b16fdc73d55b467b15595e32c70418ea55c1fe2b.zip | |
Updating packman
Diffstat (limited to 'docs/_compile/doxygen.bat')
| -rwxr-xr-x | 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 d74cf87..f5f19ba 100755 --- 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\packman5\packman.cmd" 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
|