tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

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

makefile: New README.md file name

Signed-off-by: David Goulet <dgoulet@torproject.org>

Diffstat:
MMakefile.am | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 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 \