doc fixes

svn: r7832

original commit: 5f312dcbde3ed674c3af3d4d5ded23eb1a93ebc8
This commit is contained in:
Matthew Flatt 2007-11-25 19:48:41 +00:00
parent b744ddeb06
commit 34fe241f26

View File

@ -65,7 +65,7 @@
(map (lambda (doc)
(parameterize ([current-namespace (namespace-anchor->empty-namespace here)])
(with-handlers ([exn:fail? (lambda (exn) exn)])
(let ([r (with-input-from-file (build-path (doc-dest doc) "xref-out.ss")
(let ([r (with-input-from-file (build-path (doc-dest doc) "out.sxref")
read)])
(send renderer deserialize-info (cadr r) ci)))))
docs)