]> git.droids-corp.org - dpdk.git/blobdiff - doc/meson.build
ethdev: add mbuf dynfield for incomplete IP reassembly
[dpdk.git] / doc / meson.build
index afca2e7133c66c843c9d1dfd66b095411b10d604..6f74706aa255a11d88afa0d9b08cfd98532c9d37 100644 (file)
@@ -1,4 +1,15 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2018 Luca Boccassi <bluca@debian.org>
 
+doc_targets = []
+doc_target_names = []
 subdir('api')
+subdir('guides')
+
+if doc_targets.length() == 0
+    message = 'No docs targets found'
+else
+    message = 'Building docs:'
+endif
+run_target('doc', command: [echo, message, doc_target_names],
+    depends: doc_targets)