diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2018-07-02 20:50:56 +0300 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2018-07-02 20:50:56 +0300 |
commit | 5d0821946404322152319f7f2b22b96477ac406e (patch) | |
tree | f238fa0696173e838585a17cf490e208cd14b825 /docs/markdown/snippets/configure_file_copy.md | |
parent | 1c44afdeed636f90a1e2685cba4143eacde21887 (diff) | |
download | meson-0.47.0.tar.gz |
Update everything for new release.0.47.0
Diffstat (limited to 'docs/markdown/snippets/configure_file_copy.md')
-rw-r--r-- | docs/markdown/snippets/configure_file_copy.md | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/docs/markdown/snippets/configure_file_copy.md b/docs/markdown/snippets/configure_file_copy.md deleted file mode 100644 index fee04e435..000000000 --- a/docs/markdown/snippets/configure_file_copy.md +++ /dev/null @@ -1,10 +0,0 @@ -## New action 'copy' for configure_file() - -In addition to `configuration:` and `command:`, -[`configure_file()`](#Reference-manual.md#configure_file) now accepts a keyword -argument `copy:` which specifies a new action: copying the file specified with -the `input:` keyword argument to a file in the build directory with the name -specified with the `output:` keyword argument. - -These three keyword arguments are, as before, mutually exclusive. You can only -do one action at a time. |