swtpm/man/man3/Makefile.am
Stefan Berger 39d0c3ded0 man pages: Add man page describing the ioctl's
This patch adds a man page that describes the supported ioctl's.

Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
2015-10-03 18:42:31 -04:00

21 lines
287 B
Makefile

#
# man/man3/Makefile.am
#
# For the license, see the COPYING file in the root directory.
#
man3_PODS = \
swtpm_ioctls.pod
man3_MANS = \
swtpm_ioctls.3
%.3 : %.pod
@pod2man -r "swtpm" \
-c "" \
-n $(basename $@) \
--section=3 $< > $@
EXTRA_DIST = $(man3_MANS) $(man3_PODS)