From 695105bbe588afb7d7f575f762a62bc0d3536ae8 Mon Sep 17 00:00:00 2001 From: Christophe de Dinechin Date: Fri, 12 Feb 2021 21:40:13 +0100 Subject: [PATCH] docs: Udpate README.md to match installation refactoring Signed-off-by: Christophe de Dinechin --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fa16da8..2f600ff 100644 --- a/README.md +++ b/README.md @@ -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