aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/Custom-build-targets.md
diff options
context:
space:
mode:
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 76bf939..b92bbc5 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: