dist target only needs to add config.default.h e0a6dee3
Anselm R. Garbe · 2007-09-15 10:31 1 file(s) · +1 −1
Makefile +1 −1
35 35
dist: clean
36 36
	@echo creating dist tarball
37 37
	@mkdir -p dwm-${VERSION}
38 -
	@cp -R LICENSE Makefile README config.*.h config.mk \
38 +
	@cp -R LICENSE Makefile README config.default.h config.mk \
39 39
		dwm.1 dwm.h tile.h ${SRC} dwm-${VERSION}
40 40
	@tar -cf dwm-${VERSION}.tar dwm-${VERSION}
41 41
	@gzip dwm-${VERSION}.tar