diff options
author | David Robillard <d@drobilla.net> | 2021-01-10 00:15:14 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2021-01-10 00:15:14 +0100 |
commit | 40c290eb515b40692e2654e304e1e0569a20924c (patch) | |
tree | a933272e5325559fdead82326630d35f994da768 /doc | |
parent | fec5f8b73b46fe1d68400ee00e6983393ebd03e7 (diff) | |
download | pugl-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.build | 5 |
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 - |