@@ -23,24 +23,24 @@ invocation-only:
2323
2424toolchain-only :
2525 $(RUSTDOC ) -Z unstable-options --emit=toolchain-shared-resources --output $(TOOLCHAIN_ONLY ) --resource-suffix=-xxx --extend-css z.css x.rs
26- [ -e $( TOOLCHAIN_ONLY) /storage-xxx .js ]
27- ! [ -e $( TOOLCHAIN_ONLY) /SourceSerif4-It.ttf.woff2 ]
26+ [ -e $( TOOLCHAIN_ONLY) /static.files/ storage-* .js ]
27+ [ -e $( TOOLCHAIN_ONLY) /static.files/ SourceSerif4-It- * .ttf.woff2 ]
2828 ! [ -e $( TOOLCHAIN_ONLY) /search-index-xxx.js ]
2929 ! [ -e $( TOOLCHAIN_ONLY) /x/index.html ]
3030 ! [ -e $( TOOLCHAIN_ONLY) /theme.css ]
3131
32- [ -e $(TOOLCHAIN_ONLY)/main-xxx .js ]
32+ [ -e $(TOOLCHAIN_ONLY)/static.files/ main-* .js ]
3333 ! [ -e $(TOOLCHAIN_ONLY)/y-xxx.css ]
3434
3535all-shared :
3636 $(RUSTDOC ) -Z unstable-options --emit=toolchain-shared-resources,unversioned-shared-resources --output $(ALL_SHARED ) --resource-suffix=-xxx --extend-css z.css x.rs
37- [ -e $( ALL_SHARED) /storage-xxx .js ]
38- [ -e $( ALL_SHARED) /SourceSerif4-It.ttf.woff2 ]
37+ [ -e $( ALL_SHARED) /static.files/ storage-* .js ]
38+ [ -e $( ALL_SHARED) /static.files/ SourceSerif4-It- * .ttf.woff2 ]
3939 ! [ -e $( ALL_SHARED) /search-index-xxx.js ]
4040 ! [ -e $( ALL_SHARED) /settings.html ]
4141 ! [ -e $( ALL_SHARED) /x ]
4242 ! [ -e $( ALL_SHARED) /src ]
4343 ! [ -e $( ALL_SHARED) /theme.css ]
4444
45- [ -e $(ALL_SHARED)/main-xxx .js ]
45+ [ -e $(ALL_SHARED)/static.files/ main-* .js ]
4646 ! [ -e $(ALL_SHARED)/y-xxx.css ]
0 commit comments