diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2018-03-04 00:57:42 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2018-03-04 00:57:42 +0200 |
commit | 38145e0251f47128f0d8e6ab78cb1bb3abb18e41 (patch) | |
tree | 92982d6f7e997fe3e2352dafabe4ce32b8741cab /docs/markdown/Reference-manual.md | |
parent | 275c737d571709f0653c24d18a3adb14bbd9cb2f (diff) | |
download | meson-38145e0251f47128f0d8e6ab78cb1bb3abb18e41.zip meson-38145e0251f47128f0d8e6ab78cb1bb3abb18e41.tar.gz meson-38145e0251f47128f0d8e6ab78cb1bb3abb18e41.tar.bz2 |
The "outputs" kwarg should be "output" and rewrapping. Closes #3166. [skip ci]
Diffstat (limited to 'docs/markdown/Reference-manual.md')
-rw-r--r-- | docs/markdown/Reference-manual.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Reference-manual.md b/docs/markdown/Reference-manual.md index 8d6f89c..a02ad1c 100644 --- a/docs/markdown/Reference-manual.md +++ b/docs/markdown/Reference-manual.md @@ -580,7 +580,7 @@ the following special substitutions: - `@PLAINNAME@`: the complete input file name, e.g: `foo.c` becomes `foo.c` (unchanged) - `@BASENAME@`: the base of the input filename, e.g.: `foo.c.y` becomes `foo.c` (extension is removed) -Each string passed to the `outputs` keyword argument *must* be +Each string passed to the `output` keyword argument *must* be constructed using one or both of these two substitutions. In addition to the above substitutions, the `arguments` keyword |