aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/Build-system-converters.md
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2017-05-03 18:27:29 +0300
committerGitHub <noreply@github.com>2017-05-03 18:27:29 +0300
commit2bb03f19fd9842d8c7966336ee967786f8edfbda (patch)
tree707f00e4b355d30c6d4d0de23e3364bf82b6c35d /docs/markdown/Build-system-converters.md
parent33b79dcf2502420c0db806fece1b35c724366f40 (diff)
parent276d342ebaf859dd53e145ead3e98e2cebb360ab (diff)
downloadmeson-2bb03f19fd9842d8c7966336ee967786f8edfbda.zip
meson-2bb03f19fd9842d8c7966336ee967786f8edfbda.tar.gz
meson-2bb03f19fd9842d8c7966336ee967786f8edfbda.tar.bz2
Merge pull request #1725 from whot/master
documentation fixes
Diffstat (limited to 'docs/markdown/Build-system-converters.md')
-rw-r--r--docs/markdown/Build-system-converters.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/markdown/Build-system-converters.md b/docs/markdown/Build-system-converters.md
index f4ee501..6c81658 100644
--- a/docs/markdown/Build-system-converters.md
+++ b/docs/markdown/Build-system-converters.md
@@ -1,3 +1,7 @@
+---
+short-description: Converting other build systems to Meson
+...
+
# Build system converters
Moving from one build system into another includes a fair bit of work. To make things easier, Meson provides scripts to convert other build systems into Meson. At the time of writing, scripts for CMake and autotools exist. It can be found in the `tools` subdirectory in Meson's source tree.