adjust docs building so that it doesn't assume that the getinfo procs are there
closes PR 11484
This commit is contained in:
parent
f867c024b5
commit
65cd861c6f
|
@ -36,6 +36,7 @@
|
|||
(lambda (i rec)
|
||||
(define dir (directory-record-path rec))
|
||||
(define s (and (or all? (in-main-collects? dir))
|
||||
i
|
||||
(i 'scribblings)))
|
||||
(if (not s)
|
||||
null
|
||||
|
|
Loading…
Reference in New Issue
Block a user