# HG changeset patch # User Anselm R. Garbe # Date 1189845088 -7200 # Node ID 9c63b1d4200d40573ce11e8d64da152dd1f04fad # Parent 57dd38ea27bab374764184a399420a26242ada8c dist target only needs to add config.default.h diff -r 57dd38ea27ba -r 9c63b1d4200d Makefile --- a/Makefile Sat Sep 15 10:30:45 2007 +0200 +++ b/Makefile Sat Sep 15 10:31:28 2007 +0200 @@ -35,7 +35,7 @@ dist: clean @echo creating dist tarball @mkdir -p dwm-${VERSION} - @cp -R LICENSE Makefile README config.*.h config.mk \ + @cp -R LICENSE Makefile README config.default.h config.mk \ dwm.1 dwm.h tile.h ${SRC} dwm-${VERSION} @tar -cf dwm-${VERSION}.tar dwm-${VERSION} @gzip dwm-${VERSION}.tar