Skip to content

Commit 94ee7ed

Browse files
committed
build-sys: name html build directory after format
This way different outputs don't land in the same place.
1 parent 45295d1 commit 94ee7ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ distclean: clean
3232

3333
SPHINXOPTS = -D version=$(VERSION) -D release=$(VERSION)
3434
sphinx-%: build
35-
PYTHONPATH=$(builddir) $(SPHINX_BUILD) -b $* $(SPHINXOPTS) docs build/docs
35+
PYTHONPATH=$(builddir) $(SPHINX_BUILD) -b $* $(SPHINXOPTS) docs build/$*
3636
@echo Output has been generated in build/docs
3737

3838
check: build

0 commit comments

Comments
 (0)