From: Shuah Khan Date: Mon, 2 Oct 2017 23:44:18 +0000 (-0600) Subject: doc: enhance dochelp include default output location for doc build X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=9effc8f70b87cf0c02a2ce264257c34a5fe885d5;p=linux.git doc: enhance dochelp include default output location for doc build Enhance documentation help message to specify the default location for the generated documents. Signed-off-by: Shuah Khan Signed-off-by: Jonathan Corbet --- diff --git a/Documentation/Makefile b/Documentation/Makefile index 85f7856f00920..5e65fa5c6ab7e 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -116,3 +116,5 @@ dochelp: @echo @echo ' make SPHINX_CONF={conf-file} [target] use *additional* sphinx-build' @echo ' configuration. This is e.g. useful to build with nit-picking config.' + @echo + @echo ' Default location for the generated documents is Documentation/output'