Reflect README renaming in Makefile

This commit is contained in:
Marc André Tanner 2015-03-18 17:49:28 +01:00
parent 159452c3c0
commit f00e4f7a58
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ clean:
dist: clean dist: clean
@echo creating dist tarball @echo creating dist tarball
@mkdir -p abduco-${VERSION} @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 \ ${SRC} debug.c client.c server.c forkpty-aix.c forkpty-sunos.c \
abduco.1 abduco-${VERSION} abduco.1 abduco-${VERSION}
@tar -cf abduco-${VERSION}.tar abduco-${VERSION} @tar -cf abduco-${VERSION}.tar abduco-${VERSION}