From 486a9cc9085d84816bbcaadc179669441f5f5aae Mon Sep 17 00:00:00 2001 From: "Enno Boland (tox)" Date: Thu, 10 Sep 2009 09:49:13 +0200 Subject: [PATCH] dist doesn't work. fixing Makefile. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5a98461..327514d 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ clean: dist: clean @echo creating dist tarball @mkdir -p surf-${VERSION} - @cp -R LICENSE Makefile README config.mk \ + @cp -R LICENSE Makefile config.mk \ surf.1 ${SRC} surf-${VERSION} @tar -cf surf-${VERSION}.tar surf-${VERSION} @gzip surf-${VERSION}.tar -- 2.20.1