summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2010-03-31 05:28:08 +0200
committerhut <hut@lavabit.com>2010-03-31 05:28:08 +0200
commitfa1b534545a667a25994f845ecb3a4525a58b845 (patch)
treee3e3344e83dec2893cc467c7c8589f2ee7fd0fd9 /Makefile
parentc8085cbd1b83ba69ddb76c2d1a4dbfb5b1eb10ea (diff)
downloadranger-fa1b534545a667a25994f845ecb3a4525a58b845.tar.gz
clean up
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/Makefile b/Makefile
index 06f3dc92..2acb95a1 100644
--- a/Makefile
+++ b/Makefile
@@ -90,15 +90,3 @@ commit: test
 
 snapshot:
 	git archive HEAD | gzip > $(NAME)-$(VERSION)-$(shell git rev-list HEAD | head -n 1 | cut -b 1-8).tar.gz
-
-minimal_snapshot:
-	@echo 'This is not quite working well. I will abort now' && false
-	git checkout -b no_help
-	git rm -rf doc
-	git rm -rf test
-	git rm all_tests.py
-	git rm TODO
-	git commit -a -m'removed documentation'
-	git archive HEAD | gzip > $(NAME)-$(VERSION)-$(shell git rev-list HEAD | head -n 1 | cut -b 1-8).tar.gz
-	git reset --hard no_help^
-	git branch -D no_help
mu.html?h=hlt&id=20d1c9057a559ce8db83bbc2787ca91348bcb16f'>^
ac07e589 ^

08a0eed6 ^
e4ac3c9e ^
c762564b ^
ac07e589 ^



672e3e50 ^

a654e4ec ^



e5c11a51 ^






















a654e4ec ^

672e3e50 ^
e5c11a51 ^
e4ac3c9e ^
a654e4ec ^
204dae92 ^





805d58c6 ^
b301e0c0 ^
204dae92 ^

805d58c6 ^

204dae92 ^







b301e0c0 ^
204dae92 ^
b301e0c0 ^
204dae92 ^
b301e0c0 ^
204dae92 ^

805d58c6 ^


204dae92 ^

aac2775a ^




805d58c6 ^
b301e0c0 ^


aac2775a ^

805d58c6 ^

aac2775a ^

672e3e50 ^


a654e4ec ^
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107