plt-web: fix 'abs handling in -l mode

This commit is contained in:
Matthew Flatt 2014-03-05 10:31:44 -07:00
parent c16028b762
commit 38046d5018

View File

@ -63,8 +63,8 @@
[(local) (map (lambda (s)
(list* (car s)
(url->string (path->url (build-path output-dir (car s))))
(cons 'index
(cddr s))))
;; Drop 'abs, if any, from (cddr s)
'(index)))
(registered-url-roots))]
[else (url-roots)])])
(for ([extra (in-list extra-files)])