diff options
author | Brian Paul <[email protected]> | 2019-03-07 20:39:49 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2019-03-11 20:08:16 -0600 |
commit | 45c6da5a48b52594ea7f116a56ce92481fbb964a (patch) | |
tree | 1dd185db1eeec371b05adc74b89b139f1e24d787 /docs/contents.html | |
parent | 187a527ed762b10e6e3156c678fea7aab0789157 (diff) |
docs: try to improve the Meson documentation (v2)
Add new Introduction and Advanced Usage sections.
Spell out a few more details, like "ninja install".
Improve the layout around example commands.
Fix grammatical errors and tighten up the text.
Explain the --prefix option.
v2: Remove language about 'ninja clean' and move link to Meson
information about separate build directories earlier in the page.
Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'docs/contents.html')
-rw-r--r-- | docs/contents.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/contents.html b/docs/contents.html index 63647766bce..619ac3d7bb2 100644 --- a/docs/contents.html +++ b/docs/contents.html @@ -42,8 +42,8 @@ <li><a href="download.html" target="_parent">Downloading / Unpacking</a> <li><a href="install.html" target="_parent">Compiling / Installing</a> <ul> - <li><a href="autoconf.html" target="_parent">Autoconf</a></li> <li><a href="meson.html" target="_parent">Meson</a></li> + <li><a href="autoconf.html" target="_parent">Autoconf (deprecated)</a></li> </ul> </li> <li><a href="precompiled.html" target="_parent">Precompiled Libraries</a> |