Merge pull request #2599 from a3a3el/reproducilble-build-fix
man: fix unreproducible copyright years
This commit is contained in:
@ -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',
|
||||
|
||||
Reference in New Issue
Block a user