aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLzu Tao <taolzu@gmail.com>2018-12-12 11:21:20 +0700
committerJussi Pakkanen <jpakkane@gmail.com>2018-12-16 16:42:50 +0200
commit0c33c7ca8ae3beb3bd69d9044ef52eadbb7f093e (patch)
treef80f6de62c3be73dbc7157cc9d1c36229a6395f6 /docs
parentb335ca2818b3cdb770bb69df25ae527d7ae8e7d3 (diff)
downloadmeson-0c33c7ca8ae3beb3bd69d9044ef52eadbb7f093e.zip
meson-0c33c7ca8ae3beb3bd69d9044ef52eadbb7f093e.tar.gz
meson-0c33c7ca8ae3beb3bd69d9044ef52eadbb7f093e.tar.bz2
Add note for install_man in Reference-manual [skip ci]
Diffstat (limited to 'docs')
-rw-r--r--docs/markdown/Reference-manual.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/markdown/Reference-manual.md b/docs/markdown/Reference-manual.md
index 5318364..bd73678 100644
--- a/docs/markdown/Reference-manual.md
+++ b/docs/markdown/Reference-manual.md
@@ -928,6 +928,10 @@ format and optionally the owner/uid and group/gid for the installed files.
An example value could be `['rwxr-sr-x', 'root', 'root']`.
*(Added 0.47.0)*.
+Since 0.49.0, [manpages are no longer compressed implicitly][install_man_49].
+
+[install_man_49]: https://mesonbuild.com/Release-notes-for-0-49-0.html#manpages-are-no-longer-compressed-implicitly
+
### install_subdir()
``` meson