Makefile: package config.def.h on make dist c9e4e152
Hiltjo Posthuma · 2015-11-08 16:46 1 file(s) · +3 −2
Makefile +3 −2
39 39
dist: clean
40 40
	@echo creating dist tarball
41 41
	@mkdir -p dmenu-${VERSION}
42 -
	@cp LICENSE Makefile README arg.h config.mk dmenu.1 drw.h util.h \
43 -
		dmenu_path dmenu_run stest.1 ${SRC} dmenu-${VERSION}
42 +
	@cp LICENSE Makefile README arg.h config.def.h config.mk dmenu.1 \
43 +
		drw.h util.h dmenu_path dmenu_run stest.1 ${SRC} \
44 +
		dmenu-${VERSION}
44 45
	@tar -cf dmenu-${VERSION}.tar dmenu-${VERSION}
45 46
	@gzip dmenu-${VERSION}.tar
46 47
	@rm -rf dmenu-${VERSION}