about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authoranselm@anselm1 <unknown>2008-05-19 20:08:31 +0100
committeranselm@anselm1 <unknown>2008-05-19 20:08:31 +0100
commitf806a17692a145fb6fcc59ca4c2c199f7975f40a (patch)
treedaa347089350acde788776d852e4e9714fa0f41e /Makefile
parent822101dd5bceadb12351dd5f9084d7745b10ec92 (diff)
downloaddwm-f806a17692a145fb6fcc59ca4c2c199f7975f40a.tar.gz
reverted dist target in Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2615673..b139b54 100644
--- 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}
tle='Blame the previous revision' href='/akkartik/mu/blame/apps/factorial.mu?h=hlt&id=f559236bdf9103c5f88d8dfc098f3afe3de64e4a'>^
8eec3eae ^

7c2ac5dc ^

fee1bbd8 ^
3a558d22 ^
c48ce3c8 ^
d5171ad7 ^
7c2ac5dc ^


fee1bbd8 ^
8eec3eae ^

ea62afb1 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56