The branch master has been updated
       via  acec1b53ccf96e4b819fde6d25f09e9c84689422 (commit)
      from  a96a5660270a185aafd2c081602d88ad3767f7dc (commit)


- Log -----------------------------------------------------------------
commit acec1b53ccf96e4b819fde6d25f09e9c84689422
Author: Rich Salz <rs...@akamai.com>
Date:   Thu Aug 20 15:06:02 2015 -0400

    fix typo

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

Summary of changes:
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index d5708e4..ecd6ba0 100644
--- a/Makefile
+++ b/Makefile
@@ -39,7 +39,7 @@ relupd: all
        git pull $(QUIET)
        $(MAKE) all manpages
 
-define makemanpges
+define makemanpeges
        ./bin/mk-manpages $(1) $(2) docs
        ./bin/mk-filelist docs/man$(2)/apps '' '*.html' 
>docs/man$(2)/apps/index.inc
        ./bin/mk-filelist docs/man$(2)/crypto '' '*.html' 
>docs/man$(2)/crypto/index.inc
@@ -52,7 +52,7 @@ manpages: manmaster
        $(call makemanpages,$(CHECKOUTS)/openssl-0.9.8-stable 0.9.8)
 
 manmaster:
-       $(call makemanpges,$(CHECKOUTS)/openssl,master)
+       $(call makemanpeges,$(CHECKOUTS)/openssl,master)
 
 # Legacy targets
 hack-source_htaccess: all
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to