[openssl-commits] [web] master update
Richard Levitte
levitte at openssl.org
Thu Mar 30 20:50:33 UTC 2017
The branch master has been updated
via dbe340d1dc40b4beff3e10af65faad83504ccb96 (commit)
from 4cc3bde9bedecfdf1e81a4fe31476b633376a1bd (commit)
- Log -----------------------------------------------------------------
commit dbe340d1dc40b4beff3e10af65faad83504ccb96
Author: Richard Levitte <levitte at openssl.org>
Date: Thu Mar 30 22:50:20 2017 +0200
Make sure the sitemap is always rebuilt
-----------------------------------------------------------------------
Summary of changes:
Makefile | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)
diff --git a/Makefile b/Makefile
index 3b96aa4..fdc4c0f 100644
--- a/Makefile
+++ b/Makefile
@@ -29,9 +29,12 @@ SRCLISTS = \
source/old/1.1.0/index.inc \
source/old/fips/index.inc \
-all: $(SIMPLE) $(SRCLISTS) manmaster
-relupd: all manpages
+all: suball sitemap
+
+suball: $(SIMPLE) $(SRCLISTS) manmaster
+
+relupd: suball manpages sitemap
define makemanpages
./bin/mk-manpages $(1) $(2) docs
@@ -50,6 +53,10 @@ manmaster:
./bin/mk-filelist -a docs/manmaster/man5 '' '*.html' >docs/manmaster/man5/index.inc
./bin/mk-filelist -a docs/manmaster/man7 '' '*.html' >docs/manmaster/man7/index.inc
+sitemap:
+ @rm -f sitemap.txt
+ ./bin/mk-sitemap > sitemap.txt
+
# Legacy targets
hack-source_htaccess: all
simple: all
@@ -62,9 +69,6 @@ clean:
newsflash.inc: news/newsflash.inc
@rm -f $@
head -7 $? >$@
-sitemap.txt: bin/mk-sitemap
- @rm -f $@
- ./bin/mk-sitemap >$@
news/changelog.inc: news/changelog.txt bin/mk-changelog
@rm -f $@
More information about the openssl-commits
mailing list