reverted dist target in Makefile
authoranselm@anselm1
Mon, 19 May 2008 20:08:31 +0100
changeset 1221 c4a359bfcbb6
parent 1220 6603d83d133d
child 1222 6e2f71b72e51
reverted dist target in Makefile
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}