doc: include missing chapter
This commit is contained in:
parent
6aee3fb304
commit
adcdd16d7a
2 changed files with 2 additions and 2 deletions
|
|
@ -60,6 +60,7 @@
|
|||
# Development
|
||||
|
||||
- [Development Guide](./dev/index.md)
|
||||
- [Bootstrapping](./dev/bootstrap.md)
|
||||
- [Commit Convention](./dev/commit_convention.md)
|
||||
- [Building Lean](./make/index.md)
|
||||
- [Ubuntu Setup](./make/ubuntu.md)
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
# Lean Build Bootstrapping
|
||||
|
||||
Since version 4, Lean is a partially bootstrapped program: most parts of the
|
||||
|
|
@ -119,4 +118,4 @@ affect later stages. This is an issue in two specific cases.
|
|||
To modify either of these flags both for building and editing the stdlib, adjust
|
||||
the code in `stage0/src/stdlib_flags.h`. The flags will automatically be reset
|
||||
on the next `update-stage0` when the file is overwritten with the original
|
||||
version in `src/`.
|
||||
version in `src/`.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue