File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 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 {
162162 let image = tmpdir ( builder) . join ( format ! ( "{}-{}-image" , name, host. triple) ) ;
163163 let _ = fs:: remove_dir_all ( & image) ;
164164
165- let dst = image. join ( "share/doc/rust/html" ) ;
165+ let dst = image. join ( "share/doc/rust/html/rustc " ) ;
166166 t ! ( fs:: create_dir_all( & dst) ) ;
167167 let src = builder. compiler_doc_out ( host) ;
168168 builder. cp_r ( & src, & dst) ;
@@ -181,7 +181,7 @@ impl Step for RustcDocs {
181181 . arg ( format ! ( "--package-name={}-{}" , name, host. triple) )
182182 . arg ( "--component-name=rustc-docs" )
183183 . arg ( "--legacy-manifest-dirs=rustlib,cargo" )
184- . arg ( "--bulk-dirs=share/doc/rust/html" ) ;
184+ . arg ( "--bulk-dirs=share/doc/rust/html/rustc " ) ;
185185
186186 builder. info ( & format ! ( "Dist compiler docs ({})" , host) ) ;
187187 let _time = timeit ( builder) ;
You can’t perform that action at this time.
0 commit comments