Skip to content

Commit

Permalink
Merge pull request #234: make.bat: Fix BUILDDIR from environment
Browse files Browse the repository at this point in the history
  • Loading branch information
victorlin authored Oct 17, 2024
2 parents 92bdf7c + 922e43c commit 7bcaf2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make.bat
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
if "%BUILDDIR%" == "" (
set SPHINXBUILD=build
set BUILDDIR=build
)
set SOURCEDIR=src

Expand Down

0 comments on commit 7bcaf2d

Please sign in to comment.