summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2017-08-23 11:05:51 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2017-08-23 11:05:51 +0100
commitd21174cd63acc52be36a093186ff65f8c0deae3b (patch)
tree1ca0f27eae67a8ccf73d9b6d8ecf8aaca11f78fc /meson_options.txt
parentb45dd79d332cc83ae117aefdb4816d8b39f18ae2 (diff)
downloadgnome-dictionary-d21174cd63acc52be36a093186ff65f8c0deae3b.tar.gz
Generate the gnome-dictionary man page
Instead of shipping an outdated, unmaintained, man page, written using troff, let's ship something resembling accurate information, written in a format that doesn't make me want to stab my eyes *that* much.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index da0615b..4c1b206 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1 +1,2 @@
option('use_ipv6', type: 'boolean', value: true, description: 'Enable IPv6 support')
+option('build_man', type: 'boolean', value: true, description: 'Generate man page (requires xsltproc)')