docs: Udpate README.md to match installation refactoring
Signed-off-by: Christophe de Dinechin <christophe@dinechin.org>
This commit is contained in:
parent
085a0856ee
commit
695105bbe5
|
@ -237,6 +237,9 @@ super-user privileges.
|
|||
[INSTALL] opt macosx-clang in [top]/build
|
||||
[INSTALL] hello in /usr/local/bin
|
||||
|
||||
In your `Makefile`, you can specify what to install with `WARE.xyz` variables,
|
||||
where `xyz` is an extension found in the `$(INSTALLABLE)` variable. By default,
|
||||
there are installation rules for the most common kinds of files.
|
||||
|
||||
## Build modifiers
|
||||
|
||||
|
@ -450,7 +453,7 @@ and `libfoo.so.1` will both point to `libfoo.so.1.3.2`.
|
|||
There a few utility targets, in particular:
|
||||
|
||||
* `clang-format` reformats all sources specified in `CLANG_FORMAT_SOURCES`
|
||||
(which defaults to `SOURCES` and `HDR_INSTALL`)
|
||||
(which defaults to `SOURCES` and `HEADERS`)
|
||||
|
||||
|
||||
## Redistribution
|
||||
|
|
Loading…
Reference in New Issue