From 52acf0a6f2c90a252f05b005d96dcf4302b6b91f Mon Sep 17 00:00:00 2001 From: Philip Hughes Date: Wed, 11 Mar 2015 12:46:16 +0000 Subject: [PATCH] Update change log file name in Makefiles --- Makefile.am | 2 +- Makefile.in | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 4982861..ce5ac89 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,7 +11,7 @@ noinst_HEADERS = libhttp/http.h dist_doc_DATA = AUTHORS \ COPYING \ GPL-2 \ - ChangeLog \ + CHANGELOG.md \ INSTALL \ NEWS \ README \ diff --git a/Makefile.in b/Makefile.in index 291f9ab..25480dc 100644 --- a/Makefile.in +++ b/Makefile.in @@ -42,7 +42,7 @@ subdir = . DIST_COMMON = README $(am__configure_deps) $(dist_doc_DATA) \ $(noinst_HEADERS) $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ $(srcdir)/config.h.in $(top_srcdir)/configure AUTHORS COPYING \ - ChangeLog INSTALL NEWS TODO config.guess config.sub depcomp \ + CHANGELOG.md INSTALL NEWS TODO config.guess config.sub depcomp \ install-sh ltmain.sh missing ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac @@ -261,7 +261,7 @@ noinst_HEADERS = libhttp/http.h dist_doc_DATA = AUTHORS \ COPYING \ GPL-2 \ - ChangeLog \ + CHANGELOG.md \ INSTALL \ NEWS \ README \