DocBook: make index.html generation less verbose by default
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>
Thu, 19 Nov 2015 14:38:46 +0000 (12:38 -0200)
committerJonathan Corbet <corbet@lwn.net>
Sat, 21 Nov 2015 00:04:43 +0000 (17:04 -0700)
commite237b6579433cd054c990171cc3d64f28f94e947
tree3187d9d793b984d0693ed13f255a96ba7839a4ad
parent212775516e9c70a4ba5849c4a4a3d07908136cbc
DocBook: make index.html generation less verbose by default

When make htmldocs is called on non-verbose mode, it will still be
verbose with index.html generation for no good reason, printing:

rm -rf Documentation/DocBook/index.html; echo '<h1>Linux Kernel HTML Documentation</h1>' >> Documentation/DocBook/index.html && echo '<h2>Kernel Version: 4.4.0-rc1</h2>' >> Documentation/DocBook/index.html && cat Documentation/DocBook/iio.html >> Documentation/DocBook/index.html

Instead, use the standard non-verbose mode, using:

  HTML    Documentation/DocBook/index.html

if not called with V=1.

Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/DocBook/Makefile