diff options
Diffstat (limited to 'docs/meson.build')
-rw-r--r-- | docs/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/meson.build b/docs/meson.build index 100deb39..e123da2a 100644 --- a/docs/meson.build +++ b/docs/meson.build @@ -49,7 +49,7 @@ pango_content_files = [ doc_conf = configuration_data() doc_conf.set('PANGO_VERSION', meson.project_version()) -docs_dir = pango_datadir / 'doc/pango/reference' +docs_dir = pango_datadir / 'doc' pango_toml = configure_file(input: 'pango.toml.in', output: 'pango.toml', |