aboutsummaryrefslogtreecommitdiff
path: root/docs/_compile/doxygen.bat
diff options
context:
space:
mode:
authorBryan Galdrikian <[email protected]>2024-12-20 16:15:12 -0800
committerBryan Galdrikian <[email protected]>2024-12-20 16:15:12 -0800
commitb16fdc73d55b467b15595e32c70418ea55c1fe2b (patch)
tree4213c6fe17aafd8bdf23e66d376ca03ccb33ae86 /docs/_compile/doxygen.bat
parentRemoving reference to deprecated documentation server (diff)
downloadblast-b16fdc73d55b467b15595e32c70418ea55c1fe2b.tar.xz
blast-b16fdc73d55b467b15595e32c70418ea55c1fe2b.zip
Updating packman
Diffstat (limited to 'docs/_compile/doxygen.bat')
-rwxr-xr-xdocs/_compile/doxygen.bat2
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