Documentation: make Makefile.sphinx no-ops quieter
authorJim Davis <jim.epost@gmail.com>
Sat, 11 Feb 2017 00:06:50 +0000 (17:06 -0700)
committerJonathan Corbet <corbet@lwn.net>
Sun, 12 Feb 2017 22:21:25 +0000 (15:21 -0700)
Silence the "make[1]: Nothing to be done for ..." messages for the
no-op targets in Makefile.sphinx.

Signed-off-by: Jim Davis <jim.epost@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/Makefile.sphinx

index 48b2b02..8284f3d 100644 (file)
@@ -98,9 +98,13 @@ endif # HAVE_SPHINX
 
 # no-ops for the Sphinx toolchain
 sgmldocs:
+       @:
 psdocs:
+       @:
 mandocs:
+       @:
 installmandocs:
+       @:
 
 cleandocs:
        $(Q)rm -rf $(BUILDDIR)