diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2019-03-17 20:39:44 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2019-03-18 22:01:06 +0200 |
commit | 4b95dd3a6d1a08e22a144f3336f44e0d2c92bd75 (patch) | |
tree | 908252d703473169c2121e8cb2332a940c836f74 /docs | |
parent | 7a02b76e70e219e5201e322c6c6c232d06601920 (diff) | |
download | meson-4b95dd3a6d1a08e22a144f3336f44e0d2c92bd75.zip meson-4b95dd3a6d1a08e22a144f3336f44e0d2c92bd75.tar.gz meson-4b95dd3a6d1a08e22a144f3336f44e0d2c92bd75.tar.bz2 |
Add test script to generate a static library with a custom target.
Diffstat (limited to 'docs')
-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 7668fa0..1c81a9d 100644 --- a/docs/markdown/Reference-manual.md +++ b/docs/markdown/Reference-manual.md @@ -334,6 +334,7 @@ the following special string substitutions: - `@DEPFILE@` the full path to the dependency file passed to `depfile` - `@PLAINNAME@`: the input filename, without a path - `@BASENAME@`: the input filename, with extension removed +- `@PRIVATE_DIR@`: path to a directory where the custom target must store all its intermediate files, available since 0.50.1 The `depfile` keyword argument also accepts the `@BASENAME@` and `@PLAINNAME@` substitutions. *(since 0.47)* |