From 94ee7ed0f916d6ccf43f2709086dcb3173a6a01b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Wed, 8 Jul 2015 15:51:06 -0400 Subject: build-sys: name html build directory after format This way different outputs don't land in the same place. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e17e1bd..05a0504 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ distclean: clean SPHINXOPTS = -D version=$(VERSION) -D release=$(VERSION) sphinx-%: build - PYTHONPATH=$(builddir) $(SPHINX_BUILD) -b $* $(SPHINXOPTS) docs build/docs + PYTHONPATH=$(builddir) $(SPHINX_BUILD) -b $* $(SPHINXOPTS) docs build/$* @echo Output has been generated in build/docs check: build -- cgit v1.2.1