summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorIñigo Martínez <inigomartinez@gmail.com>2017-11-10 16:31:39 +0100
committerIñigo Martínez <inigomartinez@gmail.com>2017-11-10 16:31:39 +0100
commitcdc33bf54f501a8b4574f86945628ab6c2036d64 (patch)
tree60d6c5caec399da3ae7b727bc841f1baa1b2bbf3 /man
parent327f1eee192a742a92e57345d25eda85cce630e6 (diff)
downloadgvfs-cdc33bf54f501a8b4574f86945628ab6c2036d64.tar.gz
build: Rename build options
Following the new meson porting guidelines, this patch renames the build options. The list of changes is as follows: - Remove the enable prefix from boolean options. - Remove the with prefix from string options. - The character separator from multi-word options has been changed to underscore. https://bugzilla.gnome.org/show_bug.cgi?id=786149
Diffstat (limited to 'man')
-rw-r--r--man/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/meson.build b/man/meson.build
index 870d16d4..31f7fd3c 100644
--- a/man/meson.build
+++ b/man/meson.build
@@ -1,5 +1,5 @@
xsltproc = find_program('xsltproc', required: false)
-assert(xsltproc.found(), 'xsltproc is required for enable-man')
+assert(xsltproc.found(), 'xsltproc is required for man pages generation')
xsltproc_cmd = [
xsltproc,