Rollup merge of #82803 - jyn514:unversioned-files, r=GuillaumeGomez
rustdoc: Add an unstable option to print all unversioned files This allows sharing those files between different doc invocations without having to know their names ahead of time. Helps with https://github.com/rust-lang/docs.rs/issues/1302. r? ````@GuillaumeGomez```` cc ````@pietroalbini```` ````@Nemo157````
This commit is contained in:
commit
379679b913
7 changed files with 72 additions and 33 deletions
|
|
@ -0,0 +1,4 @@
|
|||
-include ../tools.mk
|
||||
|
||||
all:
|
||||
$(RUSTDOC) -Z unstable-options --print unversioned-files | sort | diff - unversioned-files.txt
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
COPYRIGHT.txt
|
||||
FiraSans-LICENSE.txt
|
||||
FiraSans-Medium.woff
|
||||
FiraSans-Medium.woff2
|
||||
FiraSans-Regular.woff
|
||||
FiraSans-Regular.woff2
|
||||
LICENSE-APACHE.txt
|
||||
LICENSE-MIT.txt
|
||||
SourceCodePro-LICENSE.txt
|
||||
SourceCodePro-Regular.woff
|
||||
SourceCodePro-Semibold.woff
|
||||
SourceSerifPro-Bold.ttf.woff
|
||||
SourceSerifPro-It.ttf.woff
|
||||
SourceSerifPro-LICENSE.md
|
||||
SourceSerifPro-Regular.ttf.woff
|
||||
Loading…
Add table
Add a link
Reference in a new issue