Fix typo when assigning H_POLICIES, .md.tt files weren't correctly detected
authorRichard Levitte <levitte@openssl.org>
Mon, 6 Nov 2023 13:59:27 +0000 (14:59 +0100)
committerRichard Levitte <levitte@openssl.org>
Mon, 6 Nov 2023 14:00:19 +0000 (15:00 +0100)
Reviewed-by: Anton Arapov <anton@openssl.org>
(Merged from https://github.com/openssl/web/pull/437)

Makefile

index f841557ff43b6c61151af9fced7976b4b7ba45cb..b010800450358fcde0b980d18ab3a1cdc023ad1b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -80,8 +80,8 @@ H_POLICIES = $(addsuffix .html,\
                                   policies/technical/*.md \
                                   policies/general-supplemental/*.md)) \
                $(basename $(basename $(shell git ls-files -- \
-                                             policies/general/*.md \
-                                             policies/technical/*.md))))
+                                             policies/general/*.md.tt \
+                                             policies/technical/*.md.tt))))
 # We filter out any file starting with 'sub-'...  they get special treatment
 H_SOURCE= $(addsuffix .html,\
             $(basename $(shell git ls-files -- source/*.md \