mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 23:13:40 +02:00
Meson: Add missing options and conform to naming guidelines
https://bugzilla.gnome.org/show_bug.cgi?id=790837
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
if get_option('with-docs') != 'no'
|
||||
if get_option('gtk_doc')
|
||||
subdir('xml')
|
||||
|
||||
ignore_headers = [
|
||||
@@ -109,7 +109,7 @@ if get_option('with-docs') != 'no'
|
||||
)
|
||||
endif
|
||||
|
||||
if get_option('with-man') != 'no' and xsltproc.found()
|
||||
if get_option('man')
|
||||
manpages = ['glib-mkenums', 'glib-genmarshal', 'gobject-query']
|
||||
foreach page : manpages
|
||||
custom_target(page + '-man',
|
||||
|
Reference in New Issue
Block a user