@@ -14,7 +14,7 @@ invocation-only:
14
14
[ -e $( INVOCATION_ONLY) /x/index.html ]
15
15
[ -e $( INVOCATION_ONLY) /theme-xxx.css ] # generated from z.css
16
16
! [ -e $( INVOCATION_ONLY) /storage-xxx.js ]
17
- ! [ -e $( INVOCATION_ONLY) /SourceSerif4-It.ttf.woff ]
17
+ ! [ -e $( INVOCATION_ONLY) /SourceSerif4-It.ttf.woff2 ]
18
18
19
19
# FIXME: this probably shouldn't have a suffix
20
20
[ -e $(INVOCATION_ONLY)/y-xxx.css ]
@@ -24,7 +24,7 @@ invocation-only:
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
26
[ -e $( TOOLCHAIN_ONLY) /storage-xxx.js ]
27
- ! [ -e $( TOOLCHAIN_ONLY) /SourceSerif4-It.ttf.woff ]
27
+ ! [ -e $( TOOLCHAIN_ONLY) /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 ]
@@ -35,7 +35,7 @@ toolchain-only:
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
37
[ -e $( ALL_SHARED) /storage-xxx.js ]
38
- [ -e $( ALL_SHARED) /SourceSerif4-It.ttf.woff ]
38
+ [ -e $( ALL_SHARED) /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 ]
0 commit comments