X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fapi%2Fmeson.build;h=1c48b7672e39e0735a58e396e7c19e734ff1d7d1;hb=fadf46b1eed1e20d24a5512209f68f6574f3a442;hp=30bdc573b5cfe2e1aebec31785a5ad14e791aeea;hpb=d02a2dab2dfb33969c74412e99720a9eaf1e703a;p=dpdk.git diff --git a/doc/api/meson.build b/doc/api/meson.build index 30bdc573b5..1c48b7672e 100644 --- a/doc/api/meson.build +++ b/doc/api/meson.build @@ -26,7 +26,7 @@ if doxygen.found() command: [generate_examples, '@INPUT@', '@OUTPUT@'], install: get_option('enable_docs'), install_dir: htmldir, - build_by_default: false) + build_by_default: get_option('enable_docs')) cdata = configuration_data() cdata.set('VERSION', meson.project_version()) @@ -48,7 +48,7 @@ if doxygen.found() command: [generate_doxygen, '@INPUT@', '@OUTPUT@', generate_css], install: get_option('enable_docs'), install_dir: htmldir, - build_by_default: false) + build_by_default: get_option('enable_docs')) doc_targets += doxy_build doc_target_names += 'Doxygen_API'