Merge pull request #2599 from a3a3el/reproducilble-build-fix

man: fix unreproducible copyright years
This commit is contained in:
Dirk-Jan C. Binnema
2023-12-02 17:41:03 +02:00
committed by GitHub

View File

@ -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',