Generate version file if it doesn't exist

This commit is contained in:
Guillaume Gomez 2019-08-24 23:45:47 +02:00
parent 478464570e
commit a80ab3a2f8

View File

@ -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
}