summaryrefslogtreecommitdiff
path: root/docs/markdown/Custom-build-targets.md
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2021-01-30 13:20:59 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2021-01-30 16:19:59 +0000
commitf72ee8e742a171db74ed32b54b85953b8dfe1d77 (patch)
tree80e015f57b8bfc3c0a0fccb6b0d4ef4d602c0a0d /docs/markdown/Custom-build-targets.md
parent4f8cecca9733588b083dba8488143fa1ffb0e495 (diff)
downloadmeson-f72ee8e742a171db74ed32b54b85953b8dfe1d77.tar.gz
Rewrap long text lines in docs. [skip ci]
Diffstat (limited to 'docs/markdown/Custom-build-targets.md')
-rw-r--r--docs/markdown/Custom-build-targets.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/markdown/Custom-build-targets.md b/docs/markdown/Custom-build-targets.md
index 76bf9390d..b92bbc556 100644
--- a/docs/markdown/Custom-build-targets.md
+++ b/docs/markdown/Custom-build-targets.md
@@ -33,9 +33,9 @@ See [Generating Sources](Generating-sources.md) for more information on this top
Meson only permits you to specify one command to run. This is by
design as writing shell pipelines into build definition files leads to
-code that is very hard to maintain. If your command requires
-multiple steps you need to write a wrapper script that does all the
-necessary work.
+code that is very hard to maintain. If your command requires multiple
+steps you need to write a wrapper script that does all the necessary
+work.
When doing this you need to be mindful of the following issues: