aboutsummarylogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAnselm R Garbe2008-05-17 14:41:41 +0100
committerAnselm R Garbe2008-05-17 14:41:41 +0100
commitcb0c50a7d42b9db27c9106b45b17154128e39f2a (patch)
treec7ad34ed33528ea7a8f05668731d18aad81945bf /Makefile
parent3823e7526fceadc8b032601e3df158bbfa42acab (diff)
downloadaur-cb0c50a7d42b9db27c9106b45b17154128e39f2a.tar.gz
removed the exact focus mechanism of next/prev window
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b139b544f91a..2615673ad093 100644
--- a/Makefile
+++ b/Makefile
@@ -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 ${SRC} dwm-${VERSION}
+ dwm.1 *.c dwm-${VERSION}
@tar -cf dwm-${VERSION}.tar dwm-${VERSION}
@gzip dwm-${VERSION}.tar
@rm -rf dwm-${VERSION}