aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/install_man_locale.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/markdown/snippets/install_man_locale.md')
-rw-r--r--docs/markdown/snippets/install_man_locale.md9
1 files changed, 0 insertions, 9 deletions
diff --git a/docs/markdown/snippets/install_man_locale.md b/docs/markdown/snippets/install_man_locale.md
deleted file mode 100644
index 76b7967..0000000
--- a/docs/markdown/snippets/install_man_locale.md
+++ /dev/null
@@ -1,9 +0,0 @@
-## Specify man page locale during installation
-
-Locale directories can now be passed to `install_man`:
-
-```meson
-# instead of
-# install_data('foo.fr.1', install_dir: join_paths(get_option('mandir'), 'fr', 'man1'), rename: 'foo.1')`
-install_man('foo.fr.1', locale: 'fr')
-```