From 92917e82e866155dd1d9300186e3be97cd673b47 Mon Sep 17 00:00:00 2001
From: Erik Faye-Lund
Date: Thu, 18 Apr 2019 15:38:01 +0200
Subject: [PATCH] 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
Reviewed-by: Eric Engestrom
---
docs/devinfo.html | 2 +-
docs/meson.html | 2 +-
docs/precompiled.html | 2 +-
docs/shading.html | 2 +-
docs/submittingpatches.html | 36 ++++++++++++++++++------------------
docs/vmware-guest.html | 2 +-
6 files changed, 23 insertions(+), 23 deletions(-)
diff --git a/docs/devinfo.html b/docs/devinfo.html
index 02d6473266f..62982f5b4f5 100644
--- a/docs/devinfo.html
+++ b/docs/devinfo.html
@@ -25,6 +25,7 @@
To add a new GL extension to Mesa you have to do at least the following.
+
-
@@ -73,7 +74,6 @@ To add a new GL extension to Mesa you have to do at least the following.
tests are run using 'meson test'
-
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.
Those running on ArchLinux can use the AUR-maintained packages for some
of those, as they'll have the right values for your system:
+
-
32-bit build on x86 linux:
diff --git a/docs/precompiled.html b/docs/precompiled.html
index 97dc1ff4bd8..12c4388817e 100644
--- a/docs/precompiled.html
+++ b/docs/precompiled.html
@@ -24,13 +24,13 @@ Some Linux distributions closely follow the latest Mesa releases. On others one
has to use unofficial channels.
There are some general directions:
+
- Debian/Ubuntu based distros - PPA: xorg-edgers, oibaf and padoka
- Fedora - Corp: erp and che
- OpenSuse/SLES - OBS: X11:XOrg and pontostroy:X11
- Gentoo/Archlinux - officially provided/supported
-