aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAnselm R Garbe <garbeam@gmail.com>2008-03-13 10:11:02 +0000
committerAnselm R Garbe <garbeam@gmail.com>2008-03-13 10:11:02 +0000
commit95eae7b9d25602cf5fb25ecbc9d92ead8005c1f8 (patch)
treeb14144e0812a5abd9e3d12078d41374661099f2c /Makefile
parent59107755c8ba155501662f3230b1e5725f282c37 (diff)
downloaddwm-95eae7b9d25602cf5fb25ecbc9d92ead8005c1f8.tar.gz
removed all defines of geoms, implemented setgeoms() instead, added config.anselm.h to show how I'd like to see that people edit their geoms
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 44bfa4f..2b5efa7 100644
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,7 @@ clean:
dist: clean
@echo creating dist tarball
@mkdir -p dwm-${VERSION}
- @cp -R LICENSE Makefile README config.def.h config.mk \
+ @cp -R LICENSE Makefile README config.*.h config.mk \
dwm.1 ${SRC} dwm-${VERSION}
@tar -cf dwm-${VERSION}.tar dwm-${VERSION}
@gzip dwm-${VERSION}.tar
remember that computers suck.