@@ -23,24 +23,24 @@ invocation-only:
23
23
24
24
toolchain-only :
25
25
$(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 ]
28
28
! [ -e $( TOOLCHAIN_ONLY) /search-index-xxx.js ]
29
29
! [ -e $( TOOLCHAIN_ONLY) /x/index.html ]
30
30
! [ -e $( TOOLCHAIN_ONLY) /theme.css ]
31
31
32
- [ -e $(TOOLCHAIN_ONLY)/main-xxx .js ]
32
+ [ -e $(TOOLCHAIN_ONLY)/static.files/ main-* .js ]
33
33
! [ -e $(TOOLCHAIN_ONLY)/y-xxx.css ]
34
34
35
35
all-shared :
36
36
$(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 ]
39
39
! [ -e $( ALL_SHARED) /search-index-xxx.js ]
40
40
! [ -e $( ALL_SHARED) /settings.html ]
41
41
! [ -e $( ALL_SHARED) /x ]
42
42
! [ -e $( ALL_SHARED) /src ]
43
43
! [ -e $( ALL_SHARED) /theme.css ]
44
44
45
- [ -e $(ALL_SHARED)/main-xxx .js ]
45
+ [ -e $(ALL_SHARED)/static.files/ main-* .js ]
46
46
! [ -e $(ALL_SHARED)/y-xxx.css ]
0 commit comments