aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/Build-options.md
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2017-05-03 19:38:41 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2017-05-03 21:00:36 +1000
commit7ec6e6df2013aa65f99e0183c9d36b3ef3b7ab0e (patch)
tree0ca0d21a4f64affdd2d56007f669167b24e15fce /docs/markdown/Build-options.md
parent71f0a63fb20c14cee14a211d6c6c8e6abc247117 (diff)
downloadmeson-7ec6e6df2013aa65f99e0183c9d36b3ef3b7ab0e.zip
meson-7ec6e6df2013aa65f99e0183c9d36b3ef3b7ab0e.tar.gz
meson-7ec6e6df2013aa65f99e0183c9d36b3ef3b7ab0e.tar.bz2
docs: add a short description for all top pages in the Manual
Diffstat (limited to 'docs/markdown/Build-options.md')
-rw-r--r--docs/markdown/Build-options.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/markdown/Build-options.md b/docs/markdown/Build-options.md
index 64e2d38..6029a2c 100644
--- a/docs/markdown/Build-options.md
+++ b/docs/markdown/Build-options.md
@@ -1,3 +1,7 @@
+---
+short-description: Build options to configure project properties
+...
+
# Build options
Most non-trivial builds require user-settable options. As an example a program may have two different data backends that are selectable at build time. Meson provides for this by having a option definition file. Its name is `meson_options.txt` and it is placed at the root of your source tree.