@@ -14,7 +14,7 @@ invocation-only:
1414 [ -e $( INVOCATION_ONLY) /x/index.html ]
1515 [ -e $( INVOCATION_ONLY) /theme-xxx.css ] # generated from z.css
1616 ! [ -e $( INVOCATION_ONLY) /storage-xxx.js ]
17- ! [ -e $( INVOCATION_ONLY) /SourceSerifPro -It.ttf.woff ]
17+ ! [ -e $( INVOCATION_ONLY) /SourceSerif4 -It.ttf.woff ]
1818
1919 # FIXME: this probably shouldn't have a suffix
2020 [ -e $(INVOCATION_ONLY)/y-xxx.css ]
@@ -24,7 +24,7 @@ invocation-only:
2424toolchain-only :
2525 $(RUSTDOC ) -Z unstable-options --emit=toolchain-shared-resources --output $(TOOLCHAIN_ONLY ) --resource-suffix=-xxx --extend-css z.css x.rs
2626 [ -e $( TOOLCHAIN_ONLY) /storage-xxx.js ]
27- ! [ -e $( TOOLCHAIN_ONLY) /SourceSerifPro -It.ttf.woff ]
27+ ! [ -e $( TOOLCHAIN_ONLY) /SourceSerif4 -It.ttf.woff ]
2828 ! [ -e $( TOOLCHAIN_ONLY) /search-index-xxx.js ]
2929 ! [ -e $( TOOLCHAIN_ONLY) /x/index.html ]
3030 ! [ -e $( TOOLCHAIN_ONLY) /theme.css ]
@@ -35,7 +35,7 @@ toolchain-only:
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
3737 [ -e $( ALL_SHARED) /storage-xxx.js ]
38- [ -e $( ALL_SHARED) /SourceSerifPro -It.ttf.woff ]
38+ [ -e $( ALL_SHARED) /SourceSerif4 -It.ttf.woff ]
3939 ! [ -e $( ALL_SHARED) /search-index-xxx.js ]
4040 ! [ -e $( ALL_SHARED) /settings.html ]
4141 ! [ -e $( ALL_SHARED) /x ]
0 commit comments