diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2018-12-09 16:32:12 +0200 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2018-12-09 21:58:12 +0200 |
| commit | 51aaa15bda0e955e45da014ca7720d038219eeff (patch) | |
| tree | 366e47ee0c92e4e98854317cf513ddfdf3815d63 /docs/markdown/snippets/pathdivision.md | |
| parent | f7e657629fe2e779c9485112eb31632db77db9e7 (diff) | |
| download | meson-51aaa15bda0e955e45da014ca7720d038219eeff.tar.gz | |
Update everything for release 0.49.0
Diffstat (limited to 'docs/markdown/snippets/pathdivision.md')
| -rw-r--r-- | docs/markdown/snippets/pathdivision.md | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/docs/markdown/snippets/pathdivision.md b/docs/markdown/snippets/pathdivision.md deleted file mode 100644 index 6da6005fd..000000000 --- a/docs/markdown/snippets/pathdivision.md +++ /dev/null @@ -1,15 +0,0 @@ -## Joining paths with / - -Joining two paths has traditionally been done with the `join_paths` function. - -```meson -joined = join_paths('foo', 'bar') -``` - -Now you can use the simpler notation using the `/` operator. - -```meson -joined = 'foo' / 'bar' -``` - -This only works for strings. |
