blob: 49119a771575b445029999d2c8168dd631d33bc9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/meson.build
+++ b/meson.build
@@ -399,7 +399,7 @@ endif
# Documentation
build_docs = get_option('gtk_doc') or get_option('docs')
-subdir('docs')
+# subdir('docs')
if not meson.is_cross_build()
meson.add_install_script('build-aux/post-install.py',
|