From 2da5f8eed0531a74073c78fedc741d84ce29c34c Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Tue, 24 Jun 2025 11:03:59 +0200 Subject: Update README with docs fixes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1e5f67a..963abd6 100644 --- a/README.md +++ b/README.md @@ -388,7 +388,7 @@ Library produced by Configure and Make build and install. | `"version"` | The library version, used for pkg-config files. Individual version components are joined with `"."`. | | `"stage"` | The logical location of the public headers and library files. Individual directory components are joined with `"/"`. | | `"configure"` | Run ./configure if non-empty. | -| `"configure_options"` | The configure options (the `"--prefix"` option is automatically set. | +| `"configure_options"` | The configure options (the `"--prefix"` option is automatically set). | | `"targets"` | The Make targets to build in the specified order (default: `["install"]`). | | `"prefix"` | The prefix used for the Make target. The path will be made absolute and individual directory components are joined with `"/"`. If no prefix is specified, the value from the config variable `"PREFIX"` is taken, with the default value being `"/"`. | | `"options"` | Make options for the build phase. (e.g., `["-f", "Makefile", "ARCH=x86"]`) | @@ -424,7 +424,7 @@ Data produced by Configure and Make build and install. | ----- | ----------- | | `"subdir"` | The subdirectory that contains the configure and Makefile. Individual directory components are joined with `"/"`. | | `"configure"` | Run ./configure if non-empty. | -| `"configure_options"` | The configure options (the `"--prefix"` option is automatically set. Variables can be accessed via `"$()"`, e.g., `"$(TMPDIR)"` for variable `"$TMPDIR"`. | +| `"configure_options"` | The configure options (the `"--prefix"` option is automatically set). Variables can be accessed via `"$()"`, e.g., `"$(TMPDIR)"` for variable `"$TMPDIR"`. | | `"targets"` | The Make targets to build in the specified order (default: `["install"]`). | | `"prefix"` | The prefix used for the Make target. The path will be made absolute and individual directory components are joined with `"/"`. If no prefix is specified, the value from the config variable `"PREFIX"` is taken, with the default value being `"/"`. | | `"options"` | Make options for the configuration phase (e.g., `["-f", "Makefile", "ARCH=x86", "LD=$(CC)"]`). Variables can be accessed via `"$()"`, e.g., `"$(TMPDIR)"` for variable `"$TMPDIR"`. | -- cgit v1.2.3