raco setup: fix problem when documentation is not built
Support for pre-rendered documentation could get confused when the location of source for already-built documentation changes.
This commit is contained in:
parent
580a6cd24a
commit
5d58b2d14d
|
@ -824,7 +824,9 @@
|
|||
stamp-time stamp-data 0
|
||||
get-compiled-file-sha1))]
|
||||
[up-to-date?
|
||||
(or (not src-zo)
|
||||
(or (and (not src-zo)
|
||||
info-in-time
|
||||
info-out-time)
|
||||
(and (not force-out-of-date?)
|
||||
info-out-time
|
||||
info-in-time
|
||||
|
|
Loading…
Reference in New Issue
Block a user