aboutsummaryrefslogtreecommitdiff
path: root/docs/_compile/doxygen.bat
diff options
context:
space:
mode:
authorAnton Novoselov <[email protected]>2017-08-01 12:53:38 +0300
committerAnton Novoselov <[email protected]>2017-08-01 12:53:38 +0300
commit236f03c0b9a4982328ed1201978f7f69d192d9b2 (patch)
treee486f2fa39dba203563895541e92c60ed3e25759 /docs/_compile/doxygen.bat
parentAdded screens to welcome page (diff)
downloadblast-236f03c0b9a4982328ed1201978f7f69d192d9b2.tar.xz
blast-236f03c0b9a4982328ed1201978f7f69d192d9b2.zip
Blast 1.1 release (windows / linux)
see docs/release_notes.txt for details
Diffstat (limited to 'docs/_compile/doxygen.bat')
-rw-r--r--docs/_compile/doxygen.bat2
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