mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-17 05:25:37 +03:00
Rollup merge of #28680 - xaviershay:doc-readme, r=steveklabnik
This wasn't complete (you need a `./configure`), and it is already documented well in the main README. r? @steveklabnik
This commit is contained in:
+4
-3
@@ -2,9 +2,10 @@
|
||||
|
||||
## Building
|
||||
|
||||
To generate all the docs, just run `make docs` from the root of the repository.
|
||||
This will convert the distributed Markdown docs to HTML and generate HTML doc
|
||||
for the 'std' and 'extra' libraries.
|
||||
To generate all the docs, follow the "Building Documentation" instructions in
|
||||
the README in the root of the repository. This will convert the distributed
|
||||
Markdown docs to HTML and generate HTML doc for the books, 'std' and 'extra'
|
||||
libraries.
|
||||
|
||||
To generate HTML documentation from one source file/crate, do something like:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user