]> git.pld-linux.org Git - packages/dconf.git/blob - dconf-docs-build.patch
- rel 4
[packages/dconf.git] / dconf-docs-build.patch
1 --- dconf-0.28.0/docs/meson.build.fixdocs       2018-03-25 12:03:46.721885301 +0200
2 +++ dconf-0.28.0/docs/meson.build       2018-03-25 12:03:55.765199113 +0200
3 @@ -9,7 +9,7 @@ gnome.gtkdoc(
4    scan_args: '--rebuild-types',
5    gobject_typesfile: meson.project_name() + '.types',
6    install: true,
7 -  install_dir: join_paths(dconf_datadir, 'gtk-doc', 'html', meson.project_name())
8 +  install_dir: join_paths(dconf_datadir, 'doc', 'gtk-doc', 'html', meson.project_name())
9  )
10  
11  if get_option('enable-man')
This page took 0.063102 seconds and 3 git commands to generate.