summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2022-02-27 15:54:00 +0000
committerMatthias Clasen <mclasen@redhat.com>2022-02-27 15:54:00 +0000
commit187763677778525db890735159b739835bb94331 (patch)
treedc9937299e2ecbc811819821c74d01811c1ce46a
parent78be016d0bd59d4c6bea07311ccdfb6f1b66efa0 (diff)
parent677fb7a4313d836de270a0bf7e9dc2b3ede99e58 (diff)
downloadpango-187763677778525db890735159b739835bb94331.tar.gz
Merge branch 'install_standard_docs_dir_devhelp' into 'main'
docs: Don't install in doc/pango/reference folder See merge request GNOME/pango!596
-rw-r--r--docs/meson.build2
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',