[openssl-commits] [web] master update

Rich Salz rsalz at openssl.org
Thu Aug 20 19:06:05 UTC 2015


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


- Log -----------------------------------------------------------------
commit acec1b53ccf96e4b819fde6d25f09e9c84689422
Author: Rich Salz <rsalz at 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


More information about the openssl-commits mailing list