diff options
Diffstat (limited to 'docs/markdown/Reference-manual.md')
-rw-r--r-- | docs/markdown/Reference-manual.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/markdown/Reference-manual.md b/docs/markdown/Reference-manual.md index 9b1c96f..a5733a2 100644 --- a/docs/markdown/Reference-manual.md +++ b/docs/markdown/Reference-manual.md @@ -285,6 +285,9 @@ the following special string substitutions: - `@PLAINNAME@`: the input filename, without a path - `@BASENAME@`: the input filename, with extension removed +The `depfile` keyword argument also accepts the `@BASENAME@` and `@PLAINNAME@` +substitutions. *(since 0.47)* + The returned object also has methods that are documented in the [object methods section](#custom-target-object) below. |