Skip to content

Commit

Permalink
Merge pull request #232: Allow BUILDDIR to be set from environment
Browse files Browse the repository at this point in the history
  • Loading branch information
victorlin authored Oct 14, 2024
2 parents ba8a8fe + 2f2f98b commit 6729396
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
#

# You can set these variables from the command line, and also
# from the environment for the first two.
# from the environment for the first three.
SPHINXOPTS ?=
SPHINXBUILD ?= sphinx-build
BUILDDIR ?= build
SOURCEDIR = src
BUILDDIR = build

# Put it first so that "make" without argument is like "make help".
help:
Expand Down

0 comments on commit 6729396

Please sign in to comment.