X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Fmeson.build;h=7931ef3bb5b455108cb97a36124d65cfb7cb8509;hb=5c060bf17816a1bf802044346476a7754d8d9eeb;hp=06f14882bb9519cc482335c33a0df674311af535;hpb=d02a2dab2dfb33969c74412e99720a9eaf1e703a;p=dpdk.git diff --git a/doc/guides/meson.build b/doc/guides/meson.build index 06f14882bb..7931ef3bb5 100644 --- a/doc/guides/meson.build +++ b/doc/guides/meson.build @@ -11,7 +11,7 @@ if sphinx.found() command: [sphinx, '-b', 'html', '-d', meson.current_build_dir() + '/.doctrees', '@INPUT@', meson.current_build_dir() + '/guides'], - build_by_default: false, + build_by_default: get_option('enable_docs'), install: get_option('enable_docs'), install_dir: htmldir)