From: Richard Levitte Date: Mon, 15 Feb 2016 12:37:17 +0000 (+0100) Subject: MANSUFFIX should be left empty X-Git-Tag: OpenSSL_1_1_0-pre3~3 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3544091ae07287477f13939e44d7793fe9eeaad8;p=oweals%2Fopenssl.git MANSUFFIX should be left empty That variable isn't for us, it's for any user, distributor or package builder that wants one after the section number. "ssl" seems to be popular... Reviewed-by: Matt Caswell --- diff --git a/Configurations/unix-Makefile.tmpl b/Configurations/unix-Makefile.tmpl index 726784f2a8..9cbab4390a 100644 --- a/Configurations/unix-Makefile.tmpl +++ b/Configurations/unix-Makefile.tmpl @@ -85,7 +85,10 @@ ENGINESDIR={- use File::Spec::Functions; MANDIR=$(INSTALLTOP)/share/man HTMLDIR=$(INSTALLTOP)/share/doc/$(BASENAME)/html -MANSUFFIX=ssl +# MANSUFFIX is for the benefit of anyone who may want to have a suffix +# appended after the manpage file section number. "ssl" is popular, +# resulting in files such as config.5ssl rather than config.5. +MANSUFFIX= HTMLSUFFIX=html