1
0

replaced promptw

This commit is contained in:
Connor Lane Smith
2010-08-02 14:49:14 +01:00
parent 71ac5902ae
commit 0315fef541
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}