ports/audio/mpd/patches/patch-doc_meson_build

13 lines
418 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: doc/meson.build
--- doc/meson.build.orig
+++ doc/meson.build
@@ -19,7 +19,7 @@ if get_option('html_manual')
'conf.py',
],
command: [sphinx, '-q', '-b', 'html', '-d', '@OUTDIR@/doctrees', meson.current_source_dir(), '@OUTPUT@'],
- build_by_default: true,
+ build_by_default: false,
install: true,
install_dir: join_paths(get_option('datadir'), 'doc', meson.project_name()),
)