diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2021-03-12 14:11:37 +0000 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2021-03-12 14:11:37 +0000 |
commit | 45f7092424dd3a867cb95040019d912ef0854895 (patch) | |
tree | 2699ce79d7b5608e77cf4ee7f11a8d130d05c429 /meson.build | |
parent | a2f35860115e8cd44f07d5158e2df059e8163a08 (diff) | |
download | pango-45f7092424dd3a867cb95040019d912ef0854895.tar.gz |
build: Add documentation to the release tarballebassi/dist-docs
Rebuilding the project with documentation enabled will also rebuild the
documentation.
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meson.build b/meson.build index 5f9967c7..894c6071 100644 --- a/meson.build +++ b/meson.build @@ -606,3 +606,7 @@ subdir('tools') if get_option('gtk_doc') subdir('docs') endif + +if not meson.is_subproject() + meson.add_dist_script('build-aux/meson/dist-docs.py') +endif |