Skip to content

Commit

Permalink
Add shell on Makefile command to make year appear on metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
hasecilu committed Apr 4, 2024
1 parent 6677441 commit e927ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export START_CODEPOINT
export FONT_NAME=$(name)
export OUTPUT_DIR=$(dest)
export JSON_FILE=$(json_file)
export COPYRIGHT=Copyright (c) $(date '+%Y'), Lukas W
export COPYRIGHT=Copyright (c) 2014-$(shell date '+%Y'), Lukas W
export VENDORURL=$(shell jq -r .homepage package.json)

all_files=$(font_assets) $(dest)/$(name).css $(dest)/preview.html $(dest)/readme-header.png README.md
Expand Down

0 comments on commit e927ecb

Please sign in to comment.