From 474853c39a2b631f9f401df32834043500081b7c Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Mon, 7 Sep 2020 11:38:48 -0400 Subject: 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 Reviewed-by: Paul Dale Reviewed-by: Shane Lontis (Merged from https://github.com/openssl/openssl/pull/12805) --- Configurations/unix-Makefile.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Configurations') 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) -- cgit v1.2.3