From 06c18808b6f23bc5120533559e70fbcbff753e84 Mon Sep 17 00:00:00 2001 From: Connor Lane Smith Date: Mon, 2 Aug 2010 14:49:14 +0100 Subject: replaced promptw --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7b21a25..1082697 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ clean: dist: clean @echo creating dist tarball @mkdir -p dmenu-${VERSION} - @cp -R LICENSE Makefile README config.mk dmenu.1 dmenu.c dmenu_path dmenu_run dmenu-${VERSION} + @cp LICENSE Makefile README config.mk dmenu.1 dmenu.c dmenu_path dmenu_run dmenu-${VERSION} @tar -cf dmenu-${VERSION}.tar dmenu-${VERSION} @gzip dmenu-${VERSION}.tar @rm -rf dmenu-${VERSION} -- cgit v1.2.3