X-Git-Url: https://git.xinqibao.xyz/dmenu.git/blobdiff_plain/7817523a685f0dbba2e074a448099558a54b1b9c..f1495a11b6a020c94f98c563632960dc50594dcf:/Makefile?ds=sidebyside

diff --git a/Makefile b/Makefile
index 0cfd20d..cbe4026 100644
--- a/Makefile
+++ b/Makefile
@@ -36,7 +36,7 @@ clean:
 dist: clean
 	@echo creating dist tarball
 	@mkdir -p dmenu-${VERSION}
-	@cp -R LICENSE Makefile README config.mk \
+	@cp -R LICENSE Makefile README config.*.h config.mk \
 		dmenu.1 dmenu.h ${SRC} dmenu-${VERSION}
 	@tar -cf dmenu-${VERSION}.tar dmenu-${VERSION}
 	@gzip dmenu-${VERSION}.tar