projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ef86c9
)
docs: drop paragraph around preformatted text
author
Erik Faye-Lund
<erik.faye-lund@collabora.com>
Thu, 18 Apr 2019 14:14:40 +0000
(16:14 +0200)
committer
Erik Faye-Lund
<erik.faye-lund@collabora.com>
Thu, 2 May 2019 11:09:16 +0000
(11:09 +0000)
Signed-off-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
docs/meson.html
patch
|
blob
|
history
diff --git
a/docs/meson.html
b/docs/meson.html
index d5d44b44900fdb8ebc241fc8e06dce9fb5cef93a..f08598cb7af3e29aca675797cbbeb30042a99ce5 100644
(file)
--- a/
docs/meson.html
+++ b/
docs/meson.html
@@
-196,11
+196,9
@@
is that they are guaranteed to persist across rebuilds and reconfigurations.
This example sets -fmax-errors for compiling C sources and -DMAGIC=123
for C++ sources:
</p>
-<p>
<pre>
meson builddir/ -Dc_args=-fmax-errors=10 -Dcpp_args=-DMAGIC=123
</pre>
-</p>
</dd>