aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorMark Mentovai <mark@chromium.org>2015-09-23 10:46:55 -0400
committerMark Mentovai <mark@chromium.org>2015-09-23 10:46:55 -0400
commitf74c85df88fde08527d5acea96c278ca6777e5ec (patch)
tree7e04fac2315e7668aa429faf0ae6e0c66e818f9c /Makefile.in
parent[Docs] add markdown docs (converted from Wiki) (diff)
downloadbreakpad-f74c85df88fde08527d5acea96c278ca6777e5ec.tar.xz
Update configure to look for README.md instead of README
This is required after daed3a43836e. configure won't run as-is, reported in https://codereview.chromium.org/1357773004/. R=andybons@chromium.org Review URL: https://codereview.chromium.org/1361993002 .
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index aeb1b958..86bfdcfe 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1883,9 +1883,9 @@ am__DIST_COMMON = $(srcdir)/Makefile.in \
$(top_srcdir)/autotools/missing \
$(top_srcdir)/autotools/test-driver \
$(top_srcdir)/src/config.h.in AUTHORS ChangeLog INSTALL NEWS \
- README autotools/compile autotools/config.guess \
- autotools/config.sub autotools/depcomp autotools/install-sh \
- autotools/ltmain.sh autotools/missing
+ autotools/compile autotools/config.guess autotools/config.sub \
+ autotools/depcomp autotools/install-sh autotools/ltmain.sh \
+ autotools/missing
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
distdir = $(PACKAGE)-$(VERSION)
top_distdir = $(distdir)