From d999610bf985f19fcc1984be95f11da7a3e88533 Mon Sep 17 00:00:00 2001 From: Aurelien Aptel Date: Fri, 29 Sep 2017 16:03:03 +0200 Subject: man: generate all man pages from POD files when buidling Move all man pages to easily editable POD files and generate troff source when building. Previous .in troff file are still preprocessed before final generation to use configured path (.pod.in -> .pod -> troff). All temporary files (.pod.in and troff sources) are properly deleted on clean. Remove all troff file, no need to keep generated copies under source control. This commit does not change the content of the man pages but makes future editing easier. Adds a new --enable-man/--disable-man configure option to control the generation and installation of man pages. The option is automatically enabled if the system supports it. Explicitly enabling it will make the configure script fail if pod2man is not installed. Signed-off-by: Aurelien Aptel --- idmapwb.pod | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 idmapwb.pod (limited to 'idmapwb.pod') diff --git a/idmapwb.pod b/idmapwb.pod deleted file mode 100644 index 4cc2b5a..0000000 --- a/idmapwb.pod +++ /dev/null @@ -1,26 +0,0 @@ -# turn into a manpage with the following command: -# -# pod2man -s 8 -c '' -r '' --stderr idmapwb.pod > idmapwb.8.in -# - -=head1 NAME - -idmapwb.so - winbind ID mapping plugin for cifs-utils - -=head1 DESCRIPTION - -This plugin allows the utilities in cifs-utils to work in conjuction with -the winbind facility of Samba suite. It handles several functions including -mapping UID and GID to SIDs and vice versa. - -Utilities are usually configured to use the correct plugin by creating a -symlink at @pluginpath@ that points to the correct plugin that you wish -to use. - -This plugin requires that B be properly configured and running. - -=head1 SEE ALSO -getcifsacl(1), setcifsacl(1), cifs.idmap(8), samba(7), smb.conf(5), winbindd(8) - -=head1 AUTHOR -idmapwb.so was written by Jeff Layton -- cgit v1.2.3