Commit c33dea1e authored by Jim Davis's avatar Jim Davis Committed by Jonathan Corbet

Documentation: make Makefile.sphinx no-ops quieter

Silence the "make[1]: Nothing to be done for ..." messages for the
no-op targets in Makefile.sphinx.
Signed-off-by: default avatarJim Davis <jim.epost@gmail.com>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 9210501f
...@@ -98,9 +98,13 @@ endif # HAVE_SPHINX ...@@ -98,9 +98,13 @@ endif # HAVE_SPHINX
# no-ops for the Sphinx toolchain # no-ops for the Sphinx toolchain
sgmldocs: sgmldocs:
@:
psdocs: psdocs:
@:
mandocs: mandocs:
@:
installmandocs: installmandocs:
@:
cleandocs: cleandocs:
$(Q)rm -rf $(BUILDDIR) $(Q)rm -rf $(BUILDDIR)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment