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:
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 fd07d594a889431816b5b649b9cddc1f2a81dcf1..1ea40b76786de065cc0d313bcd0c5ddaaa0a19a6 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}