Generate version file if it doesn't exist
This commit is contained in:
parent
478464570e
commit
a80ab3a2f8
1 changed files with 1 additions and 1 deletions
|
|
@ -375,7 +375,7 @@ impl Step for Standalone {
|
|||
up_to_date(&footer, &html) &&
|
||||
up_to_date(&favicon, &html) &&
|
||||
up_to_date(&full_toc, &html) &&
|
||||
up_to_date(&version_info, &html) &&
|
||||
(builder.config.dry_run || up_to_date(&version_info, &html)) &&
|
||||
(builder.config.dry_run || up_to_date(&rustdoc, &html)) {
|
||||
continue
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue