Skip to content

Commit a3c3a57

Browse files
committed
docs/man/Makefile.am: update LINKMAN_EXCLUDE_NONDRIVER preemptively based on source inspection [#3255]
Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
1 parent 5ab22fc commit a3c3a57

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/man/Makefile.am

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1596,8 +1596,9 @@ endif !WITH_HTML_SINGLE
15961596
LINKMAN_INCLUDE_GENERATED = linkman-driver-names.txt linkman-drivertool-names.txt linkman-docbuildmode-note.txt
15971597
LINKMAN_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

16021603
CLEANFILES = linkman-*.txt.tmp*
16031604

0 commit comments

Comments
 (0)