--- a/docs/meson.build +++ b/docs/meson.build @@ -6,7 +6,7 @@ if get_option('docs').allowed() and get_option('introspection').allowed() gidocgen = find_program('gi-docgen') - docdir = datadir / 'doc' + docdir = datadir / 'gtk-doc/html' toml_conf = configuration_data() toml_conf.set('PANEL_VERSION', meson.project_version()) @@ -19,7 +19,7 @@ if get_option('docs').allowed() and get_option('introspection').allowed() custom_target('panel-doc', input: libpanel_gir[0], - output: 'panel-1.0', + output: 'libpanel-1.0', command: [ gidocgen, 'generate',