aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorConnor Lane Smith <cls@lubutu.com>2010-08-02 14:49:14 +0100
committerConnor Lane Smith <cls@lubutu.com>2010-08-02 14:49:14 +0100
commit06c18808b6f23bc5120533559e70fbcbff753e84 (patch)
treec5ee6eb7c44053a4a887be02308cd13329012d63 /Makefile
parenta7aee433ccfd2590e0785a7b93a89d8d0593a234 (diff)
downloaddmenu-06c18808b6f23bc5120533559e70fbcbff753e84.tar.gz
dmenu-06c18808b6f23bc5120533559e70fbcbff753e84.tar.bz2
dmenu-06c18808b6f23bc5120533559e70fbcbff753e84.zip
replaced promptw
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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}