The branch master has been updated
       via  228c95cc3722a274e7d04e6ef6d877a83537e23b (commit)
      from  cf3df8062fcb981f62d61556a6862a152e75c87f (commit)


- Log -----------------------------------------------------------------
commit 228c95cc3722a274e7d04e6ef6d877a83537e23b
Author: Richard Levitte <levi...@openssl.org>
Date:   Thu Aug 24 08:07:24 2017 +0200

    Add target sitemap.txt
    
    Also, since suball has a dependency on sitemap.txt already, remove
    'sitemap' as a dependency from all targets where suball is a
    dependency as well.

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

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

diff --git a/Makefile b/Makefile
index 34fedce..dbaa5a5 100644
--- a/Makefile
+++ b/Makefile
@@ -31,11 +31,11 @@ SRCLISTS = \
           source/old/fips/index.inc \
 
 
-all: suball sitemap
+all: suball
 
 suball: $(SIMPLE) $(SRCLISTS) manmaster
 
-relupd: suball manpages sitemap
+relupd: suball manpages
 
 clean:
        rm -f $(SIMPLE) $(SRCLISTS)
@@ -68,7 +68,7 @@ manmaster:
 newsflash.inc: news/newsflash.inc
        @rm -f $@
        head -7 $? >$@
-sitemap:
+sitemap sitemap.txt:
        @rm -f sitemap.txt
        ./bin/mk-sitemap > sitemap.txt
 
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to