diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2015-11-08 16:46:34 +0100 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2015-11-08 16:46:34 +0100 |
commit | c9e4e152e61b22186ba4f4ca58ae8c8d3d83e81e (patch) | |
tree | 0eca6888200a61db17e63a09368396cbd4b72c3a /Makefile | |
parent | cc99007809b18c27ef441b1a2ccb38cbbec664c7 (diff) |
Makefile: package config.def.h on make dist
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -39,8 +39,9 @@ clean: | |||
39 | dist: clean | 39 | dist: clean |
40 | @echo creating dist tarball | 40 | @echo creating dist tarball |
41 | @mkdir -p dmenu-${VERSION} | 41 | @mkdir -p dmenu-${VERSION} |
42 | @cp LICENSE Makefile README arg.h config.mk dmenu.1 drw.h util.h \ | 42 | @cp LICENSE Makefile README arg.h config.def.h config.mk dmenu.1 \ |
43 | dmenu_path dmenu_run stest.1 ${SRC} dmenu-${VERSION} | 43 | drw.h util.h dmenu_path dmenu_run stest.1 ${SRC} \ |
44 | dmenu-${VERSION} | ||
44 | @tar -cf dmenu-${VERSION}.tar dmenu-${VERSION} | 45 | @tar -cf dmenu-${VERSION}.tar dmenu-${VERSION} |
45 | @gzip dmenu-${VERSION}.tar | 46 | @gzip dmenu-${VERSION}.tar |
46 | @rm -rf dmenu-${VERSION} | 47 | @rm -rf dmenu-${VERSION} |