diff options
author | David Goulet <dgoulet@torproject.org> | 2022-02-07 10:07:33 -0500 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2022-02-07 10:07:33 -0500 |
commit | 4c1a9b335f8abcfd989884c72b53299b7d91eced (patch) | |
tree | f104a6024439d9903b4b333350e539f40e18def1 /Makefile.am | |
parent | b2a74471832fb9aee3eab154678cb2d826fdd36e (diff) | |
download | tor-4c1a9b335f8abcfd989884c72b53299b7d91eced.tar.gz tor-4c1a9b335f8abcfd989884c72b53299b7d91eced.zip |
makefile: New README.md file name
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files 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 \ |