X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fapi%2Fmeson.build;h=30bdc573b5cfe2e1aebec31785a5ad14e791aeea;hb=d02a2dab2dfb33969c74412e99720a9eaf1e703a;hp=13fcbb8cd720b4b9fe28b24d84cd9e880090d9b6;hpb=b63e5d479019f6d1873beb66591be556fca0f11a;p=dpdk.git diff --git a/doc/api/meson.build b/doc/api/meson.build index 13fcbb8cd7..30bdc573b5 100644 --- a/doc/api/meson.build +++ b/doc/api/meson.build @@ -50,7 +50,6 @@ if doxygen.found() install_dir: htmldir, build_by_default: false) - run_target('doc', command: 'true', depends: doxy_build) -else - run_target('doc', command: ['echo', 'doxygen', 'not', 'found']) + doc_targets += doxy_build + doc_target_names += 'Doxygen_API' endif