File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ impl Step for RustcDocs {
162
162
let image = tmpdir ( builder) . join ( format ! ( "{}-{}-image" , name, host. triple) ) ;
163
163
let _ = fs:: remove_dir_all ( & image) ;
164
164
165
- let dst = image. join ( "share/doc/rust/html" ) ;
165
+ let dst = image. join ( "share/doc/rust/html/rustc " ) ;
166
166
t ! ( fs:: create_dir_all( & dst) ) ;
167
167
let src = builder. compiler_doc_out ( host) ;
168
168
builder. cp_r ( & src, & dst) ;
@@ -181,7 +181,7 @@ impl Step for RustcDocs {
181
181
. arg ( format ! ( "--package-name={}-{}" , name, host. triple) )
182
182
. arg ( "--component-name=rustc-docs" )
183
183
. arg ( "--legacy-manifest-dirs=rustlib,cargo" )
184
- . arg ( "--bulk-dirs=share/doc/rust/html" ) ;
184
+ . arg ( "--bulk-dirs=share/doc/rust/html/rustc " ) ;
185
185
186
186
builder. info ( & format ! ( "Dist compiler docs ({})" , host) ) ;
187
187
let _time = timeit ( builder) ;
You can’t perform that action at this time.
0 commit comments