adjust docs building so that it doesn't assume that the getinfo procs are there

closes PR 11484
This commit is contained in:
Robby Findler 2010-12-03 05:42:20 -06:00
parent f867c024b5
commit 65cd861c6f

View File

@ -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