Docs: Add DEPFILE to substitutions list [ci skip]

pull/4241/merge
ePirat 6 years ago committed by Jussi Pakkanen
parent 9ceb21997b
commit 80721b7605
  1. 1
      docs/markdown/Reference-manual.md

@ -679,6 +679,7 @@ argument also accepts the following:
- `@OUTPUT@`: the full path to the output file - `@OUTPUT@`: the full path to the output file
- `@INPUT@`: the full path to the input 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 - `@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 - `@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 - `@BUILD_DIR@`: the full path to the root of the build dir where the output will be placed

Loading…
Cancel
Save