replaced promptw

This commit is contained in:
Connor Lane Smith 2010-08-02 14:49:14 +01:00
parent a7aee433cc
commit 06c18808b6
2 changed files with 6 additions and 3 deletions

View file

@ -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}