Skip to content

Commit

Permalink
Avoid rendering README.md
Browse files Browse the repository at this point in the history
Reviewed-by: Anton Arapov <anton@openssl.org>
Reviewed-by: Tomas Vavra <tvavra@openssl.org>
(Merged from #430)
  • Loading branch information
levitte committed Oct 16, 2023
1 parent 01f3edf commit efae494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)) \
Expand Down

0 comments on commit efae494

Please sign in to comment.