generate-copyright: Use license-metadata.json from git.
This commit is contained in:
parent
587369b95e
commit
db71194416
1 changed files with 1 additions and 2 deletions
|
|
@ -208,8 +208,7 @@ impl Step for GenerateCopyright {
|
|||
}
|
||||
|
||||
fn run(self, builder: &Builder<'_>) -> Self::Output {
|
||||
let license_metadata = builder.ensure(CollectLicenseMetadata);
|
||||
|
||||
let license_metadata = builder.src.join("license-metadata.json");
|
||||
let dest = builder.out.join("COPYRIGHT.html");
|
||||
let dest_libstd = builder.out.join("COPYRIGHT-library.html");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue