about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorarg@10ksloc.org <unknown>2006-08-03 10:59:20 +0200
committerarg@10ksloc.org <unknown>2006-08-03 10:59:20 +0200
commitf80688f1c79ae813965c7c9cac35931a07c4cc90 (patch)
treec3236d07544ea47c8d53a54cefac28f6e4b8283f /Makefile
parentdc5c070c44d9af434405c8d6538abd06299d3298 (diff)
downloaddwm-f80688f1c79ae813965c7c9cac35931a07c4cc90.tar.gz
changed the files included in make dist
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c2a4563..5d06e74 100644
--- 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}
n> ^
dbf7e03 ^



1076f2b



42277b1 ^
5d3fd37 ^
a2d56f6 ^
99b126d ^

1076f2b
650a1fb ^
3d48f33 ^

82064af ^
1076f2b

4d55eee ^
db876f9 ^
dbf7e03 ^

4d55eee ^






dbf7e03 ^

4d55eee ^
dbf7e03 ^
4d55eee ^


dbf7e03 ^
d9386a0 ^
4d55eee ^
dbf7e03 ^

4d55eee ^



dc5c070 ^

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
57
58
59
60
61