pinosaur
/
dwm.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
822101d
)
reverted dist target in Makefile
author
anselm@anselm1
<unknown>
Mon, 19 May 2008 19:08:31 +0000
(20:08 +0100)
committer
anselm@anselm1
<unknown>
Mon, 19 May 2008 19:08:31 +0000
(20:08 +0100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
2615673
..
b139b54
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-36,7
+36,7
@@
dist: clean
@echo creating dist tarball
@mkdir -p dwm-${VERSION}
@cp -R LICENSE Makefile README config.def.h config.mk \
- dwm.1
*.c
dwm-${VERSION}
+ dwm.1
${SRC}
dwm-${VERSION}
@tar -cf dwm-${VERSION}.tar dwm-${VERSION}
@gzip dwm-${VERSION}.tar
@rm -rf dwm-${VERSION}