Dave's patch to avoid out.xref warnings (a hack around the handin-server doc problem)
svn: r12649
This commit is contained in:
parent
35599a8955
commit
1fa53fc4bf
|
@ -23,8 +23,9 @@
|
|||
(path-replace-suffix (file-name-from-path (car d))
|
||||
#"")))])
|
||||
(and (not (and (len . >= . 3) (memq 'omit (caddr d))))
|
||||
(let ([d (doc-path dir name flags 'false-if-missing)])
|
||||
(and d (build-path d "out.sxref")))))))
|
||||
(let* ([d (doc-path dir name flags 'false-if-missing)]
|
||||
[p (and d (build-path d "out.sxref"))])
|
||||
(and p (file-exists? p) p))))))
|
||||
|
||||
(define (get-reader-thunks)
|
||||
(map (lambda (dest)
|
||||
|
|
Loading…
Reference in New Issue
Block a user