Commit 3544091a authored by Richard Levitte's avatar Richard Levitte
Browse files

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: default avatarMatt Caswell <matt@openssl.org>
parent ecd44a3c
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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