Update change log file name in Makefiles

This commit is contained in:
Philip Hughes 2015-03-11 12:46:16 +00:00
parent a129d17072
commit 52acf0a6f2
2 changed files with 3 additions and 3 deletions

View file

@ -11,7 +11,7 @@ noinst_HEADERS = libhttp/http.h
dist_doc_DATA = AUTHORS \ dist_doc_DATA = AUTHORS \
COPYING \ COPYING \
GPL-2 \ GPL-2 \
ChangeLog \ CHANGELOG.md \
INSTALL \ INSTALL \
NEWS \ NEWS \
README \ README \

View file

@ -42,7 +42,7 @@ subdir = .
DIST_COMMON = README $(am__configure_deps) $(dist_doc_DATA) \ DIST_COMMON = README $(am__configure_deps) $(dist_doc_DATA) \
$(noinst_HEADERS) $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ $(noinst_HEADERS) $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
$(srcdir)/config.h.in $(top_srcdir)/configure AUTHORS COPYING \ $(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 install-sh ltmain.sh missing
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__aclocal_m4_deps = $(top_srcdir)/configure.ac
@ -261,7 +261,7 @@ noinst_HEADERS = libhttp/http.h
dist_doc_DATA = AUTHORS \ dist_doc_DATA = AUTHORS \
COPYING \ COPYING \
GPL-2 \ GPL-2 \
ChangeLog \ CHANGELOG.md \
INSTALL \ INSTALL \
NEWS \ NEWS \
README \ README \