Skip to content

Commit

Permalink
Merge pull request #233: Allow BUILDDIR to be set from environment
Browse files Browse the repository at this point in the history
  • Loading branch information
victorlin authored Oct 16, 2024
2 parents 6729396 + 178d6e9 commit 92bdf7c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion make.bat
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
if "%BUILDDIR%" == "" (
set SPHINXBUILD=build
)
set SOURCEDIR=src
set BUILDDIR=build

if "%1" == "" goto help

Expand Down

0 comments on commit 92bdf7c

Please sign in to comment.