diff options
author | ePirat <epirat07@gmail.com> | 2018-09-25 12:45:23 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2018-09-25 20:37:33 -0700 |
commit | 80721b7605cee8af8952080fdaf496a14ae37fb6 (patch) | |
tree | 8dc438ec9a1653de180591d08fdd750a26a21ad7 | |
parent | 9ceb21997b55c661388924dc86ed49f1e2b29708 (diff) | |
download | meson-80721b7605cee8af8952080fdaf496a14ae37fb6.zip meson-80721b7605cee8af8952080fdaf496a14ae37fb6.tar.gz meson-80721b7605cee8af8952080fdaf496a14ae37fb6.tar.bz2 |
Docs: Add DEPFILE to substitutions list [ci skip]
-rw-r--r-- | docs/markdown/Reference-manual.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/markdown/Reference-manual.md b/docs/markdown/Reference-manual.md index 884c31f..7902f19 100644 --- a/docs/markdown/Reference-manual.md +++ b/docs/markdown/Reference-manual.md @@ -679,6 +679,7 @@ argument also accepts the following: - `@OUTPUT@`: the full path to the output file - `@INPUT@`: the full path to the input file +- `@DEPFILE@`: the full path to the depfile - `@SOURCE_DIR@`: the full path to the root of the source tree - `@CURRENT_SOURCE_DIR@`: this is the directory where the currently processed meson.build is located in - `@BUILD_DIR@`: the full path to the root of the build dir where the output will be placed |