pinosaur
/
dmenu.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
b661ca7
)
removed crap from Makefile
author
arg@mmvi
<unknown>
Tue, 26 Sep 2006 12:30:48 +0000
(14:30 +0200)
committer
arg@mmvi
<unknown>
Tue, 26 Sep 2006 12:30:48 +0000
(14:30 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
5a8f21a
..
d208dbb
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-33,8
+33,7
@@
clean:
dist: clean
@echo creating dist tarball
@mkdir -p dmenu-${VERSION}
dist: clean
@echo creating dist tarball
@mkdir -p dmenu-${VERSION}
- @cp -R LICENSE Makefile README config.*.h config.mk \
- dmenu.1 dmenu.h ${SRC} dmenu-${VERSION}
+ @cp -R LICENSE Makefile README config.mk dmenu.1 dmenu.h ${SRC} dmenu-${VERSION}
@tar -cf dmenu-${VERSION}.tar dmenu-${VERSION}
@gzip dmenu-${VERSION}.tar
@rm -rf dmenu-${VERSION}
@tar -cf dmenu-${VERSION}.tar dmenu-${VERSION}
@gzip dmenu-${VERSION}.tar
@rm -rf dmenu-${VERSION}