diff -r b4c4c98205cc -r 2388a478f146 Makefile --- a/Makefile Wed Oct 10 18:51:03 2007 +0200 +++ b/Makefile Thu Oct 11 20:47:34 2007 +0200 @@ -35,7 +35,7 @@ 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.def.h config.mk dwm.h \ dwm.1 ${SRC} dwm-${VERSION} @tar -cf dwm-${VERSION}.tar dwm-${VERSION} @gzip dwm-${VERSION}.tar