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
commit 20e44f0fb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

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