reverted dist target in Makefile

This commit is contained in:
anselm@anselm1 2008-05-19 20:08:31 +01:00
parent 822101dd5b
commit f806a17692
1 changed files with 1 additions and 1 deletions

View File

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