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/install_mode-extended.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/install_mode-extended.md')
-rw-r--r-- | docs/markdown/snippets/install_mode-extended.md | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/markdown/snippets/install_mode-extended.md b/docs/markdown/snippets/install_mode-extended.md deleted file mode 100644 index b0ee4c311..000000000 --- a/docs/markdown/snippets/install_mode-extended.md +++ /dev/null @@ -1,8 +0,0 @@ -## install_mode argument extended to all installable targets - -It is now possible to pass an install_mode argument to all installable targets, -such as executable(), libraries, headers, man pages and custom/generated -targets. - -The install_mode argument can be used to specify the file mode in symbolic -format and optionally the owner/uid and group/gid for the installed files. |