doc: include missing chapter

This commit is contained in:
Sebastian Ullrich 2022-04-04 17:56:19 +02:00
parent 6aee3fb304
commit adcdd16d7a
2 changed files with 2 additions and 2 deletions

View file

@ -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)

View file

@ -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/`.