diff options
author | Connor Lane Smith <cls@lubutu.com> | 2010-08-02 14:49:14 +0100 |
---|---|---|
committer | Connor Lane Smith <cls@lubutu.com> | 2010-08-02 14:49:14 +0100 |
commit | 06c18808b6f23bc5120533559e70fbcbff753e84 (patch) | |
tree | c5ee6eb7c44053a4a887be02308cd13329012d63 /Makefile | |
parent | a7aee433ccfd2590e0785a7b93a89d8d0593a234 (diff) |
replaced promptw
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ clean: | |||
26 | dist: clean | 26 | dist: clean |
27 | @echo creating dist tarball | 27 | @echo creating dist tarball |
28 | @mkdir -p dmenu-${VERSION} | 28 | @mkdir -p dmenu-${VERSION} |
29 | @cp -R LICENSE Makefile README config.mk dmenu.1 dmenu.c dmenu_path dmenu_run dmenu-${VERSION} | 29 | @cp LICENSE Makefile README config.mk dmenu.1 dmenu.c dmenu_path dmenu_run dmenu-${VERSION} |
30 | @tar -cf dmenu-${VERSION}.tar dmenu-${VERSION} | 30 | @tar -cf dmenu-${VERSION}.tar dmenu-${VERSION} |
31 | @gzip dmenu-${VERSION}.tar | 31 | @gzip dmenu-${VERSION}.tar |
32 | @rm -rf dmenu-${VERSION} | 32 | @rm -rf dmenu-${VERSION} |