File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -1596,8 +1596,9 @@ endif !WITH_HTML_SINGLE
15961596LINKMAN_INCLUDE_GENERATED = linkman-driver-names.txt linkman-drivertool-names.txt linkman-docbuildmode-note.txt
15971597LINKMAN_INCLUDE_CONSUMERS = index.txt upsd.txt nutupsdrv.txt nut.txt
15981598# Files that linkman-driver-names.txt would consider from LINKMAN_PAGES_DRIVERS
1599- # that are only included snippets but not standalone driver pages:
1600- LINKMAN_EXCLUDE_NONDRIVER = '^(nutupsdrv|blazer-common|nut_usb_addvars)\.txt$$'
1599+ # that are only included snippets but not standalone driver pages.
1600+ # TOTHINK: Parse sources for `include::` hits dynamically to build (parts of) this regex?
1601+ LINKMAN_EXCLUDE_NONDRIVER = '^(nutupsdrv|blazer-common|nut_usb_addvars|networked_hostnames)\.txt$$'
16011602
16021603CLEANFILES = linkman-*.txt.tmp*
16031604
You can’t perform that action at this time.
0 commit comments