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

commit 4c1a9b335f8abcfd989884c72b53299b7d91eced Author: David Goulet <dgoulet@torproject.org> Date: Mon Feb 7 10:07:33 2022 -0500 makefile: New README.md file name Signed-off-by: David Goulet <dgoulet@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 \
participants (1)
-
dgoulet@torproject.org