]> git.sthu.org Git - pgp-tools.git/blob - gpglist/Makefile
* gpgsigs: recognize rvk (revoker), found in ksp-dc6.txt.
[pgp-tools.git] / gpglist / Makefile
1 MAN = gpglist.1
2
3 all: $(MAN)
4
5 %.1: %
6 pod2man $< > $@
7
8 clean:
9 rm -f $(MAN)