blob: fd68864acfda673c2ea4d0f9cbddc53aa5f13d6e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- 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',
|