aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-01-10 00:15:14 +0100
committerDavid Robillard <d@drobilla.net>2021-01-10 00:15:14 +0100
commit40c290eb515b40692e2654e304e1e0569a20924c (patch)
treea933272e5325559fdead82326630d35f994da768 /doc
parentfec5f8b73b46fe1d68400ee00e6983393ebd03e7 (diff)
downloadpugl-40c290eb515b40692e2654e304e1e0569a20924c.tar.gz
pugl-40c290eb515b40692e2654e304e1e0569a20924c.tar.bz2
pugl-40c290eb515b40692e2654e304e1e0569a20924c.zip
Show installation paths in configuration summary
Diffstat (limited to 'doc')
-rw-r--r--doc/meson.build5
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/meson.build b/doc/meson.build
index ba6ea11..583f09d 100644
--- a/doc/meson.build
+++ b/doc/meson.build
@@ -11,8 +11,3 @@ if build_docs
subdir('c')
subdir('cpp')
endif
-
-if meson.version().version_compare('>=0.53.0')
- summary('Documentation', build_docs, bool_yn: true)
-endif
-