]> git.armaanb.net Git - dmenu.git/commitdiff
Makefile: package config.def.h on make dist
authorHiltjo Posthuma <hiltjo@codemadness.org>
Sun, 8 Nov 2015 15:46:34 +0000 (16:46 +0100)
committerHiltjo Posthuma <hiltjo@codemadness.org>
Sun, 8 Nov 2015 15:46:34 +0000 (16:46 +0100)
Makefile

index 8f14a8c27751e6aefcfda5fe67ba724d7a8f28d5..a7cd04f3e19d89d188c8b3512a1818173eafade7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -39,8 +39,9 @@ clean:
 dist: clean
        @echo creating dist tarball
        @mkdir -p dmenu-${VERSION}
-       @cp LICENSE Makefile README arg.h config.mk dmenu.1 drw.h util.h \
-               dmenu_path dmenu_run stest.1 ${SRC} dmenu-${VERSION}
+       @cp LICENSE Makefile README arg.h config.def.h config.mk dmenu.1 \
+               drw.h util.h dmenu_path dmenu_run stest.1 ${SRC} \
+               dmenu-${VERSION}
        @tar -cf dmenu-${VERSION}.tar dmenu-${VERSION}
        @gzip dmenu-${VERSION}.tar
        @rm -rf dmenu-${VERSION}