README: discuss docs/install_docs and DESTDIR

pull/21/head
Ariadne Conill 2020-12-07 18:21:58 -07:00
parent d64931ad4f
commit bced874113
1 changed files with 10 additions and 0 deletions

View File

@ -58,6 +58,16 @@ There are a few options:
systems, but you may wish to disable this when using `FREESTANDING` mode to avoid conflicts with
the target's libc. Default is `yes`.
* `DESTDIR`: If this variable is set, the installed files will be installed to the specified path instead
of the system root.
If you have `scdoc` installed, you can build manpages and install them:
```
$ make docs
$ make DESTDIR=out install_docs
```
## caveats