From 0c33c7ca8ae3beb3bd69d9044ef52eadbb7f093e Mon Sep 17 00:00:00 2001 From: Lzu Tao Date: Wed, 12 Dec 2018 11:21:20 +0700 Subject: [PATCH] Add note for install_man in Reference-manual [skip ci] --- docs/markdown/Reference-manual.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/markdown/Reference-manual.md b/docs/markdown/Reference-manual.md index 531836421..bd736784e 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