1
0
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:
Klas Lindfors 2015-07-07 09:19:52 +02:00
parent 18642b319a
commit 51b8f37194

View File

@ -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)