X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=meson.build;h=c9af33532d4bad388b5c56e97223e683c19e044d;hb=720b14db3ae282d6db25558e6c295886c68a9d93;hp=2ed1247a3d83e5ec814fd69e5e393bc168640bb9;hpb=77a5e7cdb27b987ccc3a72be275d4cee1ba86fdb;p=dpdk.git diff --git a/meson.build b/meson.build index 2ed1247a3d..c9af33532d 100644 --- a/meson.build +++ b/meson.build @@ -2,7 +2,7 @@ # Copyright(c) 2017 Intel Corporation project('DPDK', 'C', - version: '18.11-rc0', + version: '18.11.0-rc0', license: 'BSD', default_options: ['buildtype=release', 'default_library=static'], meson_version: '>= 0.41' @@ -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')