mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-11 15:07:34 +02:00
Fix generate-docs.scm
It is now much slower
This commit is contained in:
parent
6dc1ca9cca
commit
f339e95eb6
1 changed files with 3 additions and 1 deletions
|
@ -59,7 +59,9 @@
|
|||
(thread-join! thread))
|
||||
(begin)))
|
||||
|
||||
(fork-map
|
||||
; fork-map is broken. The HTML files produced are empty
|
||||
|
||||
(map
|
||||
process
|
||||
(filter filename-filter (walk-directory "lib")))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue