mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 13:49:17 +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))))
|
,(path-strip-leading-parents test))))
|
||||||
(else '()))
|
(else '()))
|
||||||
(remove (lambda (x)
|
(remove (lambda (x)
|
||||||
|
(and (string? x)
|
||||||
(or (string-prefix? "http://" x)
|
(or (string-prefix? "http://" x)
|
||||||
(string-prefix? "https://" x)))
|
(string-prefix? "https://" x))))
|
||||||
docs)
|
docs)
|
||||||
tar-data-files files))))
|
tar-data-files files))))
|
||||||
(cons `(package
|
(cons `(package
|
||||||
|
|
Loading…
Add table
Reference in a new issue