summaryrefslogtreecommitdiffstats
path: root/Configurations
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2020-09-07 11:38:48 -0400
committerShane Lontis <shane.lontis@oracle.com>2020-09-10 08:57:55 +1000
commit474853c39a2b631f9f401df32834043500081b7c (patch)
tree5e9e6890f962ff1efbf72395326a1509214295a2 /Configurations
parent10203a34725ec75136b03d64fd2126b321419ac1 (diff)
Fix markdown nits in NOTES-Windows.txt
And add a comment that this file is in markdown, but has a .txt extension on purpose. Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Paul Dale <paul.dale@oracle.com> Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/12805)
Diffstat (limited to 'Configurations')
-rw-r--r--Configurations/unix-Makefile.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configurations/unix-Makefile.tmpl b/Configurations/unix-Makefile.tmpl
index ff37aa0290..cb6263c911 100644
--- a/Configurations/unix-Makefile.tmpl
+++ b/Configurations/unix-Makefile.tmpl
@@ -998,7 +998,7 @@ cmd-nits: build_generated apps/openssl
# Finally, there's a Node.js version, which we haven't tried, that
# can be found at https://github.com/DavidAnson/markdownlint
md-nits:
- mdl -s util/markdownlint.rb .
+ mdl -s util/markdownlint.rb . NOTES-Windows.txt
# Test coverage is a good idea for the future
#coverage: $(PROGRAMS) $(TESTPROGRAMS)