[openssl-commits] [web] master update

Rich Salz rsalz at openssl.org
Thu Jun 1 13:48:01 UTC 2017


The branch master has been updated
       via  9a579db3d18adb67929d0047f22316e6bbd06937 (commit)
      from  d1a6132138b24aaac582c12af9c3f0ae78c38ae1 (commit)


- Log -----------------------------------------------------------------
commit 9a579db3d18adb67929d0047f22316e6bbd06937
Author: Rich Salz <rsalz at akamai.com>
Date:   Thu Jun 1 09:47:49 2017 -0400

    Fix committers.inc recipe

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

Summary of changes:
 .gitignore | 8 ++++----
 Makefile   | 6 ++++--
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/.gitignore b/.gitignore
index c6d1a33..e3c57f7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,20 +16,20 @@ docs/*/man5/*
 !docs/*/man5/index.html
 docs/*/man7/*
 !docs/*/man7/index.html
+communmity/committers.inc
 docs/faq.inc
 docs/fips.inc
-mk-manpages.pl
 news/changelog.inc
 news/changelog.txt
-news/newsflash.inc
 news/cl*.txt
-news/vulnerabilities.inc
+news/newsflash.inc
 news/openssl-*-notes.html
 news/openssl-*-notes.inc
+news/vulnerabilities.inc
 newsflash.inc
-source/.htaccess
 source/*.gz*
 source/*.patch
+source/.htaccess
 source/index.inc
 source/license.txt
 source/old/*/*.patch
diff --git a/Makefile b/Makefile
index 3bbb8bc..ec42096 100644
--- a/Makefile
+++ b/Makefile
@@ -64,6 +64,7 @@ manmaster:
 	./bin/mk-filelist -a docs/manmaster/man7 '' '*.html' >docs/manmaster/man7/index.inc
 
 ## $(SIMPLE) -- SIMPLE GENERATED FILES
+.PHONY: sitemap community/committers.inc
 newsflash.inc: news/newsflash.inc
 	@rm -f $@
 	head -7 $? >$@
@@ -73,8 +74,9 @@ sitemap:
 
 community/committers.inc:
 	@rm -f $@
-	wget -q https://api.openssl.org/0/Group/commit/Members | \
-	    ./bin/mk-committers >$@
+	wget -q https://api.openssl.org/0/Group/commit/Members
+	./bin/mk-committers <Members >$@
+	@rm -f Members
 
 docs/faq.inc: docs/faq.txt bin/mk-faq
 	@rm -f $@


More information about the openssl-commits mailing list