mirror of
https://github.com/stefanberger/swtpm.git
synced 2026-08-07 00:11:16 +00:00
Move *.conf and *.options to man5
According to the man page sections guideline, man8 should be used for system administration commands. So this commit moves *.conf and *.options files to man5. Signed-off-by: Seunghun Han <kkamagui@gmail.com> Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
This commit is contained in:
parent
6d1a7abbfc
commit
33aa135545
@ -595,6 +595,7 @@ AC_CONFIG_FILES([Makefile \
|
||||
src/utils/Makefile \
|
||||
man/Makefile \
|
||||
man/man3/Makefile \
|
||||
man/man5/Makefile \
|
||||
man/man8/Makefile \
|
||||
tests/Makefile \
|
||||
tests/test_config \
|
||||
|
||||
6
debian/swtpm-tools.install
vendored
6
debian/swtpm-tools.install
vendored
@ -9,14 +9,14 @@ cat <<_EOF_
|
||||
/usr/bin/swtpm_setup
|
||||
/usr/share/man/man8/swtpm-create-tpmca.8*
|
||||
/usr/share/man/man8/swtpm-localca.8*
|
||||
/usr/share/man/man8/swtpm-localca.conf.8*
|
||||
/usr/share/man/man8/swtpm-localca.options.8*
|
||||
/usr/share/man/man5/swtpm-localca.conf.5*
|
||||
/usr/share/man/man5/swtpm-localca.options.5*
|
||||
/usr/share/man/man8/swtpm_bios.8*
|
||||
/usr/share/man/man8/swtpm_cert.8*
|
||||
/usr/share/man/man8/swtpm_ioctl.8*
|
||||
/usr/share/man/man8/swtpm_localca.8*
|
||||
/usr/share/man/man8/swtpm_setup.8*
|
||||
/usr/share/man/man8/swtpm_setup.conf.8*
|
||||
/usr/share/man/man5/swtpm_setup.conf.5*
|
||||
/usr/share/swtpm/swtpm-create-tpmca
|
||||
/usr/share/swtpm/swtpm-create-user-config-files
|
||||
/usr/share/swtpm/swtpm-localca
|
||||
|
||||
@ -6,4 +6,5 @@
|
||||
|
||||
SUBDIRS = \
|
||||
man3 \
|
||||
man5 \
|
||||
man8
|
||||
|
||||
24
man/man5/Makefile.am
Normal file
24
man/man5/Makefile.am
Normal file
@ -0,0 +1,24 @@
|
||||
#
|
||||
# man/man5/Makefile.am
|
||||
#
|
||||
# For the license, see the COPYING file in the root directory.
|
||||
#
|
||||
|
||||
|
||||
man5_PODS = \
|
||||
swtpm_setup.conf.pod \
|
||||
swtpm-localca.options.pod \
|
||||
swtpm-localca.conf.pod
|
||||
|
||||
man5_MANS = \
|
||||
swtpm_setup.conf.5 \
|
||||
swtpm-localca.options.5 \
|
||||
swtpm-localca.conf.5
|
||||
|
||||
%.5 : %.pod
|
||||
@pod2man -r "swtpm" \
|
||||
-c "" \
|
||||
-n $(basename $@) \
|
||||
--section=5 $< > $@
|
||||
|
||||
EXTRA_DIST = $(man5_MANS) $(man5_PODS)
|
||||
@ -13,10 +13,7 @@ man8_PODS = \
|
||||
swtpm_ioctl.pod \
|
||||
swtpm_localca.pod \
|
||||
swtpm_setup.pod \
|
||||
swtpm_setup.conf.pod \
|
||||
swtpm-create-tpmca.pod \
|
||||
swtpm-localca.options.pod \
|
||||
swtpm-localca.conf.pod
|
||||
swtpm-create-tpmca.pod
|
||||
|
||||
man8_generated_MANS = \
|
||||
swtpm.8 \
|
||||
@ -25,10 +22,7 @@ man8_generated_MANS = \
|
||||
swtpm_ioctl.8 \
|
||||
swtpm_localca.8 \
|
||||
swtpm_setup.8 \
|
||||
swtpm_setup.conf.8 \
|
||||
swtpm-create-tpmca.8 \
|
||||
swtpm-localca.options.8 \
|
||||
swtpm-localca.conf.8
|
||||
swtpm-create-tpmca.8
|
||||
|
||||
if WITH_CUSE
|
||||
man8_generated_MANS += \
|
||||
|
||||
@ -155,12 +155,12 @@ fi
|
||||
%{_mandir}/man8/swtpm_bios.8*
|
||||
%{_mandir}/man8/swtpm_cert.8*
|
||||
%{_mandir}/man8/swtpm_ioctl.8*
|
||||
%{_mandir}/man8/swtpm-localca.conf.8*
|
||||
%{_mandir}/man8/swtpm-localca.options.8*
|
||||
%{_mandir}/man5/swtpm-localca.conf.5*
|
||||
%{_mandir}/man5/swtpm-localca.options.5*
|
||||
%{_mandir}/man8/swtpm-localca.8*
|
||||
%{_mandir}/man8/swtpm_localca.8*
|
||||
%{_mandir}/man8/swtpm_setup.8*
|
||||
%{_mandir}/man8/swtpm_setup.conf.8*
|
||||
%{_mandir}/man5/swtpm_setup.conf.5*
|
||||
%config(noreplace) %{_sysconfdir}/swtpm_setup.conf
|
||||
%config(noreplace) %{_sysconfdir}/swtpm-localca.options
|
||||
%config(noreplace) %{_sysconfdir}/swtpm-localca.conf
|
||||
|
||||
@ -155,12 +155,12 @@ fi
|
||||
%{_mandir}/man8/swtpm_bios.8*
|
||||
%{_mandir}/man8/swtpm_cert.8*
|
||||
%{_mandir}/man8/swtpm_ioctl.8*
|
||||
%{_mandir}/man8/swtpm-localca.conf.8*
|
||||
%{_mandir}/man8/swtpm-localca.options.8*
|
||||
%{_mandir}/man5/swtpm-localca.conf.5*
|
||||
%{_mandir}/man5/swtpm-localca.options.5*
|
||||
%{_mandir}/man8/swtpm-localca.8*
|
||||
%{_mandir}/man8/swtpm_localca.8*
|
||||
%{_mandir}/man8/swtpm_setup.8*
|
||||
%{_mandir}/man8/swtpm_setup.conf.8*
|
||||
%{_mandir}/man5/swtpm_setup.conf.5*
|
||||
%config(noreplace) %{_sysconfdir}/swtpm_setup.conf
|
||||
%config(noreplace) %{_sysconfdir}/swtpm-localca.options
|
||||
%config(noreplace) %{_sysconfdir}/swtpm-localca.conf
|
||||
|
||||
Loading…
Reference in New Issue
Block a user