net: support MPLS in software packet type parser
[dpdk.git] / meson.build
index 5f18172..c9af335 100644 (file)
@@ -34,6 +34,9 @@ subdir('usertools')
 subdir('app')
 subdir('test')
 
+# build docs
+subdir('doc')
+
 # build any examples explicitly requested - useful for developers
 if get_option('examples') != ''
        subdir('examples')