]> git.sesse.net Git - plocate/blobdiff - meson.build
Release plocate 1.0.0.
[plocate] / meson.build
index a37a89f9ca8ce1beaca90d45b3a1c1a2f3701c60..1535d181c9b9bd88a3f7f21850011bbafbc78a12 100644 (file)
@@ -1,4 +1,4 @@
-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.0')
 
 # Make the version available as a #define.
 add_project_arguments('-DPLOCATE_VERSION="' + meson.project_version() + '"', language: 'cpp')
@@ -23,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