mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 23:13:40 +02:00
meson: Port to latest master (2.51.0)
Also remove headers from some gio sources. Headers do not need to be added to the list of sources. + various smaller self-explanatory fixes.
This commit is contained in:
committed by
Matthias Clasen
parent
d10be6102f
commit
e2da3cb599
@@ -202,6 +202,15 @@ if get_option('with-man')
|
||||
install: true,
|
||||
install_dir: man1_dir,
|
||||
)
|
||||
|
||||
custom_target('gio',
|
||||
input: 'gio.xml',
|
||||
output: 'gio.1',
|
||||
command: xsltproc_command,
|
||||
install: true,
|
||||
install_dir: man1_dir,
|
||||
)
|
||||
|
||||
custom_target('gdbus-codegen-man',
|
||||
input: 'gdbus-codegen.xml',
|
||||
output: 'gdbus-codegen.1',
|
||||
|
Reference in New Issue
Block a user