dist target only needs to add config.default.h
This commit is contained in:
parent
73e2aba341
commit
e0a6dee30d
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
Loading…
Reference in a new issue