Skip to content

Commit cb18af7

Browse files
authored
Merge pull request #3350
Suppress grep {t,y}elling about file-not-found
2 parents ef152ae + cd7836e commit cb18af7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/Submakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ checkref_zh_CN: $(DOC_TARGETS_HTML_ZH_CN) $(DOC_DIR)/html/zh_CN/gcode.html .html
437437
@$(DOC_SRCDIR)/checkref Chinese $^
438438

439439
MAN_SRCS_NOSO = $(patsubst $(DOC_DIR)/man/%,%, \
440-
$(shell grep -L '^\.so ' $(MAN_SRCS)))
440+
$(shell grep -s -L '^\.so ' $(MAN_SRCS)))
441441

442442
PDF_MAN_ORDER := man1/linuxcnc.1 $(filter-out %/linuxcnc.1, $(filter man1/%, $(MAN_SRCS_NOSO))) \
443443
man3/hal.3 $(filter-out %/undocumented.3hal %/hal.3, $(filter man3/%.3hal, $(MAN_SRCS_NOSO))) \

0 commit comments

Comments
 (0)