From bba05308eca0ac4b69a78cae02fe8a151ef018b7 Mon Sep 17 00:00:00 2001
From: Ralph Giles <giles@mozilla.com>
Date: Fri, 4 Nov 2016 15:09:38 -0700
Subject: [PATCH] mingw: README.txt -> README.md.

The file in the parent directory was renamed; change the
reference in the Makefile as well.
---
 mingw/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mingw/Makefile b/mingw/Makefile
index 5daf027..bb437e7 100644
--- a/mingw/Makefile
+++ b/mingw/Makefile
@@ -98,7 +98,7 @@ $(DIST).zip: $(DIST)
 $(DIST): $(addprefix $(CURDIR)/bin/, libogg-0.dll libopus-0.dll ssleay32.dll) 
 	cd .. && make install
 	mkdir -p $(DIST)
-	cp ../AUTHORS ../COPYING ../README.txt ../include/opusfile.h $@
+	cp ../AUTHORS ../COPYING ../README.md ../include/opusfile.h $@
 	cp ../.libs/libopusfile-0.dll $@
 	cp ../.libs/libopusfile.a $@
 	cp ../.libs/libopusfile.dll.a $@
-- 
GitLab