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 --- pam_cifscreds.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pam_cifscreds.pod') diff --git a/pam_cifscreds.pod b/pam_cifscreds.pod index c032416..b04ee71 100644 --- a/pam_cifscreds.pod +++ b/pam_cifscreds.pod @@ -1,6 +1,6 @@ # turn into a manpage with the following command: # -# pod2man -s 8 -c '' -r '' --stderr pam_cifscreds.pod > pam_cifscreds.8 +# pod2man -s 8 -u -c '' -r '' --stderr pam_cifscreds.pod pam_cifscreds.8 # =head1 NAME -- cgit v1.2.3