summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2022-01-03 11:15:07 +0100
committerJens Georg <mail@jensge.org>2022-01-03 19:10:51 +0100
commit0986455bdf9b01e63bb171f068b13ed2fcd557ee (patch)
tree8eb2494fb08e08a8c051e7e828e6beece7e831c4 /meson.build
parentd2ad83d588759d005c7a3bae87f7523666e9a733 (diff)
downloadgupnp-0986455bdf9b01e63bb171f068b13ed2fcd557ee.tar.gz
build: Distribute docs
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build4
1 files changed, 4 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 5f7eebd..7a6e488 100644
--- a/meson.build
+++ b/meson.build
@@ -60,6 +60,10 @@ if get_option('examples')
subdir('examples')
endif
+if not meson.is_subproject()
+ meson.add_dist_script('build-aux/dist-docs.py')
+endif
+
summary(
{
'Version': meson.project_version(),