]> git.proxmox.com Git - swtpm.git/blame - man/man8/Makefile.am
swtpm_setup: Add support for RSA 3072 bit EK keys
[swtpm.git] / man / man8 / Makefile.am
CommitLineData
f163b202
SB
1#
2# man/man8/Makefile.am
3#
4# For the license, see the COPYING file in the root directory.
5#
6
7
8man8_PODS = \
9 swtpm.pod \
e46a2b66
SB
10 swtpm_bios.pod \
11 swtpm_cert.pod \
12 swtpm_cuse.pod \
13 swtpm_ioctl.pod \
14 swtpm_setup.pod \
15 swtpm_setup.conf.pod
05f4d55f 16 swtpm-create-tpmca.pod \
070d313c 17 swtpm-localca.pod \
e46a2b66
SB
18 swtpm-localca.options.pod \
19 swtpm-localca.conf.pod
f163b202
SB
20
21man8_MANS = \
22 swtpm.8 \
e46a2b66
SB
23 swtpm_bios.8 \
24 swtpm_cert.8 \
e46a2b66
SB
25 swtpm_ioctl.8 \
26 swtpm_setup.8 \
27 swtpm_setup.conf.8 \
28 swtpm_setup.sh.8 \
05f4d55f 29 swtpm-create-tpmca.8 \
070d313c 30 swtpm-localca.8 \
e46a2b66
SB
31 swtpm-localca.options.8 \
32 swtpm-localca.conf.8
f163b202 33
3041f387
SB
34if WITH_CUSE
35man8_MANS += \
36 swtpm_cuse.8
37endif
38
f163b202
SB
39%.8 : %.pod
40 @pod2man -r "swtpm" \
41 -c "" \
42 -n $(basename $@) \
43 --section=8 $< > $@
44
45EXTRA_DIST = $(man8_MANS) $(man8_PODS)