mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 05:39:18 +02:00
fix previous change for inline docs
This commit is contained in:
parent
c3e298757b
commit
8589333868
1 changed files with 3 additions and 2 deletions
|
@ -606,8 +606,9 @@
|
|||
,(path-strip-leading-parents test))))
|
||||
(else '()))
|
||||
(remove (lambda (x)
|
||||
(or (string-prefix? "http://" x)
|
||||
(string-prefix? "https://" x)))
|
||||
(and (string? x)
|
||||
(or (string-prefix? "http://" x)
|
||||
(string-prefix? "https://" x))))
|
||||
docs)
|
||||
tar-data-files files))))
|
||||
(cons `(package
|
||||
|
|
Loading…
Add table
Reference in a new issue