X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=1dde4b29a37f96979789aee028482dd5f2402c7c;hp=dee43ed9ff47e113e48f7990590ac60c80bdc163;hb=0453c1d180ca868a740bcc032d2dac1f120f6c7e;hpb=0b5c14cf593c82b85570c45beac553dfce2f9689 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