# HG changeset patch # User anselm@anselm1 # Date 1211224111 -3600 # Node ID c4a359bfcbb6acbe04b99b9cc7dba96309446f8a # Parent 6603d83d133dd04309ef7e320d473c51577b051c reverted dist target in Makefile diff -r 6603d83d133d -r c4a359bfcbb6 Makefile --- a/Makefile Mon May 19 20:07:12 2008 +0100 +++ b/Makefile Mon May 19 20:08:31 2008 +0100 @@ -36,7 +36,7 @@ @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}