pinosaur
/
dwm.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dce4fb3
)
Makefile: package all files with make dist
author
Hiltjo Posthuma
<hiltjo@codemadness.org>
Sun, 8 Nov 2015 15:52:53 +0000
(16:52 +0100)
committer
Hiltjo Posthuma
<hiltjo@codemadness.org>
Sun, 8 Nov 2015 15:52:53 +0000
(16:52 +0100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
fd07d59
..
1ea40b7
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-35,8
+35,8
@@
clean:
dist: clean
@echo creating dist tarball
@mkdir -p dwm-${VERSION}
- @cp -R LICENSE Makefile README config.def.h config.mk \
- dwm.1
${SRC}
dwm-${VERSION}
+ @cp -R LICENSE
TODO BUGS
Makefile README config.def.h config.mk \
+ dwm.1
drw.h util.h ${SRC} dwm.png transient.c
dwm-${VERSION}
@tar -cf dwm-${VERSION}.tar dwm-${VERSION}
@gzip dwm-${VERSION}.tar
@rm -rf dwm-${VERSION}