From 50015e6954a392262f8f67a38b9de27e0bef1cba Mon Sep 17 00:00:00 2001 From: vincent Date: Thu, 23 Jun 2016 07:59:05 +0000 Subject: [PATCH] Change the README file name to README.md In order to properly make in macosx/, specifics files are copied into the final .DMG, so I had to correct the name of the file. --- macosx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macosx/Makefile b/macosx/Makefile index d1f875332..adbf68a90 100644 --- a/macosx/Makefile +++ b/macosx/Makefile @@ -40,7 +40,7 @@ PREFIX = /usr/local PACKAGEMAKER = /Developer/usr/bin/packagemaker -EXTRA_DIST = README ../COPYING ../docs/3rd-party-licenses.txt ../docs/licenses +EXTRA_DIST = README.md ../COPYING ../docs/3rd-party-licenses.txt ../docs/licenses CONFIGURE_ARGS = --prefix="$(PREFIX)" --with-libdnet=included --with-libpcap=included --with-libpcre=included --with-liblua=included CC="$(CC)" CXX="$(CXX)" CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" LDFLAGS="$(LDFLAGS)" PYTHON="$(PYTHON)"