diff --git a/man/meson.build b/man/meson.build index d3242606..2dedf8e8 100644 --- a/man/meson.build +++ b/man/meson.build @@ -17,10 +17,9 @@ # # generate org include files # -year = run_command('date', '+%Y', check:true, capture:true) man_data=configuration_data() man_data.set('VERSION', meson.project_version()) -man_data.set('YEAR', year.stdout().strip()) +man_data.set('YEAR', mu_year) incs=[ 'author.inc', 'bugs.inc',