[openssl-commits] [openssl] master update

Richard Levitte levitte at openssl.org
Mon Feb 15 13:16:10 UTC 2016


The branch master has been updated
       via  3544091ae07287477f13939e44d7793fe9eeaad8 (commit)
      from  ecd44a3c1e860ea204194e3010e3d40cc75f626b (commit)


- Log -----------------------------------------------------------------
commit 3544091ae07287477f13939e44d7793fe9eeaad8
Author: Richard Levitte <levitte at openssl.org>
Date:   Mon Feb 15 13:37:17 2016 +0100

    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 <matt at openssl.org>

-----------------------------------------------------------------------

Summary of changes:
 Configurations/unix-Makefile.tmpl | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/Configurations/unix-Makefile.tmpl b/Configurations/unix-Makefile.tmpl
index 726784f..9cbab43 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
 
 


More information about the openssl-commits mailing list