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.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/markdown/Custom-build-targets.md b/docs/markdown/Custom-build-targets.md
index 0c34b1f..a425f8c 100644
--- a/docs/markdown/Custom-build-targets.md
+++ b/docs/markdown/Custom-build-targets.md
@@ -1,3 +1,7 @@
+---
+short-description: Build targets for custom languages or corner-cases
+...
+
# Custom build targets
While Meson tries to support as many languages and tools as possible, there is no possible way for it to cover all corner cases. For these cases it permits you to define custom build targets. Here is how one would use it.