mirror of
https://github.com/stefanberger/swtpm.git
synced 2025-08-22 10:30:52 +00:00

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>
11 lines
122 B
Makefile
11 lines
122 B
Makefile
#
|
|
# man/Makefile.am
|
|
#
|
|
# For the license, see the COPYING file in the root directory.
|
|
#
|
|
|
|
SUBDIRS = \
|
|
man3 \
|
|
man5 \
|
|
man8
|