Xinqi Bao's Git
projects
/
dwm.git
/ commitdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
| inline |
side by side
(parent:
dc5c070
)
changed the files included in make dist
author
[email protected]
<unknown>
Thu, 3 Aug 2006 08:59:20 +0000
(10:59 +0200)
committer
[email protected]
<unknown>
Thu, 3 Aug 2006 08:59:20 +0000
(10:59 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
c2a4563
..
5d06e74
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-36,7
+36,8
@@
clean:
dist: clean
mkdir -p dwm-${VERSION}
- cp -R Makefile README LICENSE config.mk *.h *.c ${MAN1} dwm-${VERSION}
+ cp -R Makefile README LICENSE config.mk dwm.h config.*.h \
+ *.c ${MAN1} dwm-${VERSION}
tar -cf dwm-${VERSION}.tar dwm-${VERSION}
gzip dwm-${VERSION}.tar
rm -rf dwm-${VERSION}