The installer no longer outputs any #<path:...> into hdindex.
svn: r7181
This commit is contained in:
parent
1685340d99
commit
e9f2c2a78d
|
@ -98,9 +98,11 @@
|
|||
[`(title ,(? string? title))
|
||||
(set! title-value title)]
|
||||
[`(a ((name ,(? string? name)) (value ,(? string? value))))
|
||||
(add-index-entry! value file name title-value)]
|
||||
(unless (path? title-value)
|
||||
(add-index-entry! value file name title-value))]
|
||||
[_ (when (pair? exp)
|
||||
(begin (loop (car exp))
|
||||
(loop (cdr exp))))]))
|
||||
(loop))))))
|
||||
servlet-files))))
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user