Skip to content

Commit

Permalink
Merge pull request #2599 from a3a3el/reproducilble-build-fix
Browse files Browse the repository at this point in the history
man: fix unreproducible copyright years
  • Loading branch information
djcb authored Dec 2, 2023
2 parents 8c26edf + c9b06a5 commit 20e44f0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions man/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 20e44f0

Please sign in to comment.