[tor-commits] [tor/main] makefile: New README.md file name

dgoulet at torproject.org dgoulet at torproject.org
Mon Feb 7 15:07:41 UTC 2022


commit 4c1a9b335f8abcfd989884c72b53299b7d91eced
Author: David Goulet <dgoulet at torproject.org>
Date:   Mon Feb 7 10:07:33 2022 -0500

    makefile: New README.md file name
    
    Signed-off-by: David Goulet <dgoulet at torproject.org>
---
 Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index b059496688..280047a71b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -186,7 +186,7 @@ EXTRA_DIST+= \
 	INSTALL								\
 	LICENSE								\
 	Makefile.nmake							\
-	README								\
+	README.md								\
 	ReleaseNotes							\
 	scripts/build/combine_libs					\
 	scripts/maint/checkIncludes.py					\
@@ -584,7 +584,7 @@ check-typos:
 			$(top_srcdir)/doc \
 			$(top_srcdir)/contrib \
 			$(top_srcdir)/scripts \
-			$(top_srcdir)/README \
+			$(top_srcdir)/README.md \
 			$(top_srcdir)/ChangeLog \
 			$(top_srcdir)/INSTALL \
 			$(top_srcdir)/ReleaseNotes \



More information about the tor-commits mailing list