We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ef152ae + cd7836e commit cb18af7Copy full SHA for cb18af7
docs/src/Submakefile
@@ -437,7 +437,7 @@ checkref_zh_CN: $(DOC_TARGETS_HTML_ZH_CN) $(DOC_DIR)/html/zh_CN/gcode.html .html
437
@$(DOC_SRCDIR)/checkref Chinese $^
438
439
MAN_SRCS_NOSO = $(patsubst $(DOC_DIR)/man/%,%, \
440
- $(shell grep -L '^\.so ' $(MAN_SRCS)))
+ $(shell grep -s -L '^\.so ' $(MAN_SRCS)))
441
442
PDF_MAN_ORDER := man1/linuxcnc.1 $(filter-out %/linuxcnc.1, $(filter man1/%, $(MAN_SRCS_NOSO))) \
443
man3/hal.3 $(filter-out %/undocumented.3hal %/hal.3, $(filter man3/%.3hal, $(MAN_SRCS_NOSO))) \
0 commit comments