diff options
| author | David Pérez-Suárez <dps.helio@gmail.com> | 2017-11-05 17:52:33 +0000 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2017-11-06 20:55:46 +0200 |
| commit | c647db96d5fc57fdcd856c629dd3de341eecec42 (patch) | |
| tree | 2e8d241b6348d19f037a1d4df4df2c9a7a264bec /docs/markdown/Wrap-dependency-system-manual.md | |
| parent | b8187961b98e5c81c239d9cce9aaea21317abeca (diff) | |
| download | meson-c647db96d5fc57fdcd856c629dd3de341eecec42.tar.gz | |
Small changes for syntax hightlight
Diffstat (limited to 'docs/markdown/Wrap-dependency-system-manual.md')
| -rw-r--r-- | docs/markdown/Wrap-dependency-system-manual.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/markdown/Wrap-dependency-system-manual.md b/docs/markdown/Wrap-dependency-system-manual.md index a850896dd..d97fc9a30 100644 --- a/docs/markdown/Wrap-dependency-system-manual.md +++ b/docs/markdown/Wrap-dependency-system-manual.md @@ -52,7 +52,7 @@ are downloaded and automatically applied to the subproject. These files contain a Meson build definition for the given subproject. A wrap file with an additional patch URL would look like this. -``` +```ini [wrap-file] directory = libfoobar-1.0 @@ -83,7 +83,7 @@ packaged files. Sometimes you want to check code out directly from Git. Meson supports this natively. All you need to do is to write a slightly different wrap file. -``` +```ini [wrap-git] directory=samplesubproject url=https://github.com/jpakkane/samplesubproject.git |
