summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorShuah Khan <shuahkh@osg.samsung.com>2017-10-02 19:44:18 -0400
committerJonathan Corbet <corbet@lwn.net>2017-10-12 13:02:04 -0400
commit9effc8f70b87cf0c02a2ce264257c34a5fe885d5 (patch)
treebeb2e7cac67968ae8f7ae923f25907e39f53ef4a /Documentation
parentd5cdbb875f5c450bf9ee950008a2865343c1775c (diff)
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 <shuahkh@osg.samsung.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile
index 85f7856f0092..5e65fa5c6ab7 100644
--- a/Documentation/Makefile
+++ b/Documentation/Makefile
@@ -116,3 +116,5 @@ dochelp:
116 @echo 116 @echo
117 @echo ' make SPHINX_CONF={conf-file} [target] use *additional* sphinx-build' 117 @echo ' make SPHINX_CONF={conf-file} [target] use *additional* sphinx-build'
118 @echo ' configuration. This is e.g. useful to build with nit-picking config.' 118 @echo ' configuration. This is e.g. useful to build with nit-picking config.'
119 @echo
120 @echo ' Default location for the generated documents is Documentation/output'