Avoid rendering README.md
authorRichard Levitte <levitte@openssl.org>
Tue, 3 Oct 2023 16:42:02 +0000 (18:42 +0200)
committerRichard Levitte <levitte@openssl.org>
Mon, 16 Oct 2023 17:20:09 +0000 (19:20 +0200)
Reviewed-by: Anton Arapov <anton@openssl.org>
Reviewed-by: Tomas Vavra <tvavra@openssl.org>
(Merged from https://github.com/openssl/web/pull/430)

Makefile

index 8d641b15d70bdf67f277285e5aefd8e489b19f48..4cf48ea103019ab17bfb178fd7c4db9030767873 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -60,7 +60,7 @@ FUTURESERIES=
 # repository.  This does not include .md files taken from other repositories,
 # they have their own special handling.
 H_TOP = $(addsuffix .html,\
-          $(basename $(shell git ls-files -- *.md)) \
+          $(basename $(shell git ls-files -- *.md | grep -v '^README')) \
           $(basename $(basename $(shell git ls-files -- *.md.tt))))
 H_COMMUNITY = $(addsuffix .html,\
                 $(basename $(shell git ls-files -- community/*.md)) \