From 28c6c9d7cdf322925d49f103dc7086dd650d2f74 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Sun, 27 Jan 2008 04:44:40 +0000 Subject: [PATCH] fix dir for non-main-install collects docs svn: r8429 --- collects/setup/xref.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/setup/xref.ss b/collects/setup/xref.ss index 63e32e85b4..0189aad951 100644 --- a/collects/setup/xref.ss +++ b/collects/setup/xref.ss @@ -35,7 +35,7 @@ (pair? (path->main-collects-relative dir))) (build-path (find-doc-dir) name)] [else - (build-path dir "compiled" "doc" name)]) + (build-path dir "doc" name)]) "out.sxref")))) scribblings categories)))