path normalization in setup/scribble
Needed so that `raco setup' doesn't rebuild documents as it decides, say, that the "games/cards" document depends on "games/scribblings\\games.scrbl" instead of "games/scribblings/games.scrbl". Has this been needed for a while, or did it somehow become needed with recent changes to `raco setup' to support `raco link'?
This commit is contained in:
parent
b02e37b0b9
commit
43dd4c7ab9
|
@ -117,7 +117,7 @@
|
|||
(list (directory-record-maj rec)
|
||||
(list '= (directory-record-min rec)))))
|
||||
(cdr spec))))
|
||||
(build-path dir (car d))
|
||||
(simplify-path (build-path dir (car d)) #f)
|
||||
(doc-path dir (cadddr d) flags under-main?)
|
||||
flags under-main? (caddr d))))
|
||||
s)
|
||||
|
|
Loading…
Reference in New Issue
Block a user