fixed dist target

This commit is contained in:
arg@10ksloc.org 2006-08-04 10:34:44 +02:00
parent 7aae7fac9c
commit 84b56075f4
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ clean:
dist: clean
@echo creating dist tarball
@mkdir -p dmenu-${VERSION}
@cp -R LICENSE Makefile README config.mk \
@cp -R LICENSE Makefile README config.*.h config.mk \
dmenu.1 dmenu.h ${SRC} dmenu-${VERSION}
@tar -cf dmenu-${VERSION}.tar dmenu-${VERSION}
@gzip dmenu-${VERSION}.tar