Revert "Avoid rendering README.md"
authorHugo Landau <hlandau@devever.net>
Mon, 16 Oct 2023 15:44:40 +0000 (16:44 +0100)
committerMatt Caswell <matt@openssl.org>
Mon, 16 Oct 2023 16:08:21 +0000 (17:08 +0100)
This reverts commit 0ef7190d81f85ed781799e90a14b581693118dd0.

Reviewed-by: Anton Arapov <anton@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/web/pull/429)

Makefile

index 4cf48ea103019ab17bfb178fd7c4db9030767873..8d641b15d70bdf67f277285e5aefd8e489b19f48 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 | grep -v '^README')) \
+          $(basename $(shell git ls-files -- *.md)) \
           $(basename $(basename $(shell git ls-files -- *.md.tt))))
 H_COMMUNITY = $(addsuffix .html,\
                 $(basename $(shell git ls-files -- community/*.md)) \