diff options
author | Erik Faye-Lund <erik.faye-lund@collabora.com> | 2019-04-18 15:38:01 +0200 |
---|---|---|
committer | Erik Faye-Lund <erik.faye-lund@collabora.com> | 2019-05-02 11:09:15 +0000 |
commit | 92917e82e866155dd1d9300186e3be97cd673b47 (patch) | |
tree | fbf497e9311c52a0668af87639d184192ae258bf /docs/meson.html | |
parent | 0c3bab776162b451f34ff14e015c56560ca9f9db (diff) | |
download | mesa-92917e82e866155dd1d9300186e3be97cd673b47.tar.gz mesa-92917e82e866155dd1d9300186e3be97cd673b47.tar.bz2 mesa-92917e82e866155dd1d9300186e3be97cd673b47.zip |
docs: close paragraphs before lists
paragraphs can't contain lists, and attempting to close them after
the list just cause an extra, empty paragraph to be created. We don't
want that, so let's close the paragraphs before the list intead.
Signed-off-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
Diffstat (limited to 'docs/meson.html')
-rw-r--r-- | docs/meson.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/meson.html b/docs/meson.html index 6fe8def812e..b516a459c3a 100644 --- a/docs/meson.html +++ b/docs/meson.html @@ -349,11 +349,11 @@ will likely have to alter them for your system.</p> <p> Those running on ArchLinux can use the AUR-maintained packages for some of those, as they'll have the right values for your system: +</p> <ul> <li><a href="https://aur.archlinux.org/packages/meson-cross-x86-linux-gnu">meson-cross-x86-linux-gnu</a></li> <li><a href="https://aur.archlinux.org/packages/meson-cross-aarch64-linux-gnu">meson-cross-aarch64-linux-gnu</a></li> </ul> -</p> <p> 32-bit build on x86 linux: |