projects
/
suckless
/
dwm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73e2aba
)
dist target only needs to add config.default.h
author
Anselm R. Garbe
<garbeam@gmail.com>
Sat, 15 Sep 2007 08:31:28 +0000
(10:31 +0200)
committer
Anselm R. Garbe
<garbeam@gmail.com>
Sat, 15 Sep 2007 08:31:28 +0000
(10:31 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 691e44cc5335ba2508b72aa95a396a0c573c6ec6..34745a9667df26f381675e331508cd85b188bf97 100644
(file)
--- 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