Having the generated HTML documentation under its own output sub-directory makes it easier to install, since it's clean from .doctrees or other output formats. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@xxxxxxxxx> --- Documentation/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/Makefile b/Documentation/Makefile index bb73dcb5ed05..bd8dac560633 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -93,7 +93,7 @@ quiet_cmd_sphinx = SPHINX $@ --> file://$(abspath $(BUILDDIR)/$3/$4) htmldocs: @$(srctree)/scripts/sphinx-pre-install --version-check - @+$(foreach var,$(SPHINXDIRS),$(call loop_cmd,sphinx,html,$(var),,$(var))) + @+$(foreach var,$(SPHINXDIRS),$(call loop_cmd,sphinx,html,$(var),html,$(var))) texinfodocs: @$(srctree)/scripts/sphinx-pre-install --version-check -- 2.38.1