summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2022-03-12 17:45:08 +0100
committerJens Georg <mail@jensge.org>2022-03-12 17:45:08 +0100
commit134b5f1f4bc04eb4a0d85db57697032f0f99650e (patch)
treee03084249db39804c0e78b7d0c2f17afa26329a7 /doc
parentceb636ea371124c7e5f524c7e9d12f34c771fd57 (diff)
downloadgupnp-134b5f1f4bc04eb4a0d85db57697032f0f99650e.tar.gz
doc: Add dependency on toml file
Diffstat (limited to 'doc')
-rw-r--r--doc/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/meson.build b/doc/meson.build
index c227112..3f99dca 100644
--- a/doc/meson.build
+++ b/doc/meson.build
@@ -52,6 +52,7 @@ if get_option('gtk_doc')
'choosing-a-context-manager.md',
'glossary.md',
],
+ depend_files : gupnp_toml,
build_by_default: true,
install: true,
install_dir : docs_dir,