Skip to content
Snippets Groups Projects
Commit c33dea1e authored by Jim Davis's avatar Jim Davis Committed by Jonathan Corbet
Browse files

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
No related branches found
No related tags found
No related merge requests found
...@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment