From: Vincent Bernat Date: Sat, 28 May 2011 14:54:36 +0000 (+0200) Subject: README is now README.md. Update Makefile.am. X-Git-Tag: 0.5.4~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=195bb7a9c430994cd4153b87aa644b3d4a9f7fb8;p=thirdparty%2Flldpd.git README is now README.md. Update Makefile.am. --- diff --git a/Makefile.am b/Makefile.am index 086a298c..95c71db3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,3 @@ ACLOCAL_AMFLAGS = -I m4 SUBDIRS = src man tests -dist_doc_DATA = README CHANGELOG +dist_doc_DATA = README.md CHANGELOG