X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fmeson.build;h=6f74706aa255a11d88afa0d9b08cfd98532c9d37;hb=c75b9c3a927cd5d3ffb5e096ebd8daac3bac2fcf;hp=c5410d85d6151424c4e399612bac992325283f13;hpb=d02a2dab2dfb33969c74412e99720a9eaf1e703a;p=dpdk.git diff --git a/doc/meson.build b/doc/meson.build index c5410d85d6..6f74706aa2 100644 --- a/doc/meson.build +++ b/doc/meson.build @@ -7,9 +7,9 @@ subdir('api') subdir('guides') if doc_targets.length() == 0 - message = 'No docs targets found' + message = 'No docs targets found' else - message = 'Building docs:' + message = 'Building docs:' endif -run_target('doc', command: ['echo', message, doc_target_names], - depends: doc_targets) +run_target('doc', command: [echo, message, doc_target_names], + depends: doc_targets)