X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=Makefile;h=1dde4b29a37f96979789aee028482dd5f2402c7c;hp=dee43ed9ff47e113e48f7990590ac60c80bdc163;hb=24c125cc8a90405f9e0a1d63013e934d5480e6bb;hpb=17d39ee01458025a5b9f5087168f258933f0ccd9 diff --git a/Makefile b/Makefile index dee43ed..1dde4b2 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.def.h config.mk dwm.h \ dwm.1 ${SRC} dwm-${VERSION} @tar -cf dwm-${VERSION}.tar dwm-${VERSION} @gzip dwm-${VERSION}.tar