X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=meson.build;h=8a67ae7eecae902131710ea7df1a8bbc8facde8d;hb=b5cb3f03f79894131c7e15cbf68ea938831f6a84;hp=070a804fb89cea93e02a793e53893b928edbc422;hpb=efd7545c8ee2177aa13cf3ec8423d0e725c6a16d;p=plocate diff --git a/meson.build b/meson.build index 070a804..8a67ae7 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,7 @@ -project('plocate', 'cpp', default_options: ['buildtype=debugoptimized','cpp_std=c++17'], version: '1.0.0-pre') +project('plocate', 'cpp', default_options: ['buildtype=debugoptimized','cpp_std=c++17'], version: '1.0.1-pre') + +# Make the version available as a #define. +add_project_arguments('-DPLOCATE_VERSION="' + meson.project_version() + '"', language: 'cpp') cxx = meson.get_compiler('cpp') uringdep = dependency('liburing', required: false) @@ -20,6 +23,8 @@ executable('plocate-build', 'plocate-build.cpp', install_data('update-plocate.sh', install_dir: '/etc/cron.daily', rename: 'plocate') +install_man('plocate.1') +install_man('plocate-build.8') # Requires having TurboPFor checked out, so not built by default. # Unless you have a recent Meson, there's no apparently good way