Rollup merge of #40467 - projektir:readme_docs, r=steveklabnik

Updating README.md to point to the correct doc location
This commit is contained in:
Corey Farwell 2017-03-17 08:48:56 -04:00 committed by GitHub
commit dcf5f071a3
1 changed files with 3 additions and 2 deletions

View File

@ -161,8 +161,9 @@ If youd like to build the documentation, its almost the same:
$ ./x.py doc
```
The generated documentation will appear in a top-level `doc` directory,
created by the `make` rule.
The generated documentation will appear under `doc` in the `build` directory for
the ABI used. I.e., if the ABI was `x86_64-pc-windows-msvc`, the directory will be
`build\x86_64-pc-windows-msvc\doc`.
## Notes