From f00e4f7a5891bdacec6e7313d380d123bc92f2af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Wed, 18 Mar 2015 17:49:28 +0100 Subject: [PATCH] Reflect README renaming in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e2c203a..a85641c 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ clean: dist: clean @echo creating dist tarball @mkdir -p abduco-${VERSION} - @cp -R LICENSE Makefile README testsuite.sh config.def.h config.mk \ + @cp -R LICENSE Makefile README.md testsuite.sh config.def.h config.mk \ ${SRC} debug.c client.c server.c forkpty-aix.c forkpty-sunos.c \ abduco.1 abduco-${VERSION} @tar -cf abduco-${VERSION}.tar abduco-${VERSION}