mirror of
https://github.com/Yubico/yubikey-ksm.git
synced 2024-11-28 15:24:15 +01:00
actually use version variable for help2man call
This commit is contained in:
parent
18642b319a
commit
51b8f37194
2
Makefile
2
Makefile
@ -106,7 +106,7 @@ NAME_ykksm-gen-keys = 'Tool to generate keys on the YKKSM-KEYPROV format.'
|
||||
NAME_ykksm-import = 'Tool to import key data on the YKKSM-KEYPROV format.'
|
||||
|
||||
%.1: %
|
||||
help2man -N --name=$(NAME_$*) --version-string=1 ./$* > $@
|
||||
help2man -N --name=$(NAME_$*) --version-string=$(VERSION) ./$* > $@
|
||||
|
||||
man: $(MANS)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user