Skip to content

Commit c33dea1

Browse files
jim-epostJonathan Corbet
authored andcommitted
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: Jim Davis <[email protected]> Signed-off-by: Jonathan Corbet <[email protected]>
1 parent 9210501 commit c33dea1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Documentation/Makefile.sphinx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,13 @@ endif # HAVE_SPHINX
9898

9999
# no-ops for the Sphinx toolchain
100100
sgmldocs:
101+
@:
101102
psdocs:
103+
@:
102104
mandocs:
105+
@:
103106
installmandocs:
107+
@:
104108

105109
cleandocs:
106110
$(Q)rm -rf $(BUILDDIR)

0 commit comments

Comments
 (0)