aboutsummarylogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAnselm R. Garbe2007-09-15 10:31:28 +0200
committerAnselm R. Garbe2007-09-15 10:31:28 +0200
commit6c28d1e872dc52faac3f76215940e493bb18bd89 (patch)
treeb59a5b82c7f3f1905903d6605eea3915fc0bd355 /Makefile
parent59d0a853d038b402c9624f2e8e5c83e47ac74ffc (diff)
downloadaur-6c28d1e872dc52faac3f76215940e493bb18bd89.tar.gz
dist target only needs to add config.default.h
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 691e44cc5335..34745a9667df 100644
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,7 @@ clean:
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