diff options
author | Eric Engestrom <[email protected]> | 2019-04-24 13:19:51 +0100 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2019-04-30 15:25:40 +0000 |
commit | 88ed5f611da5e95a294df8a47cfcf642d4f5f2f9 (patch) | |
tree | 2448f04a666137bac67fb116c84e3d199e648ce3 /docs | |
parent | 46d6883a13717b4d91e31f76176cb74f66691d1c (diff) |
docs: use past tense when talking about autotools
Signed-off-by: Eric Engestrom <[email protected]>
Reviewed-by: Dylan Baker <[email protected]>
Diffstat (limited to 'docs')
-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 08e4d1a27e6..00ef31bf459 100644 --- a/docs/meson.html +++ b/docs/meson.html @@ -147,7 +147,7 @@ ninja -C build/ install </pre> <p> -Note: autotools automatically updates translation files (used by the DRI +Note: autotools automatically updated translation files (used by the DRI configuration tool) as part of the build process, Meson does not do this. Instead, you will need do this: </p> |