From 4cefa8cccbc3ba4d87f10315caff75b7e43b3ea4 Mon Sep 17 00:00:00 2001 From: Toon Nolten Date: Thu, 5 Jul 2018 00:12:06 +0200 Subject: Update colorscheme docs path in setup.py `colorschemes.txt` markup was improved and the file got a `.md` extension to match. Fixes #1221 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index d7c54b00..edf48c4a 100755 --- a/setup.py +++ b/setup.py @@ -111,7 +111,7 @@ def main(): 'doc/rifle.1', ]), ('share/doc/ranger', [ - 'doc/colorschemes.txt', + 'doc/colorschemes.md', 'CHANGELOG.md', 'HACKING.md', 'README.md', -- cgit 1.4.1-2-gfad0 n value='953e3cc1204cde0f59c0d1230694b5ad5682c698'>this commit Profanity fork with TTY improvementsdanisanti <danisanti@tilde.institute>
about summary refs log tree commit diff stats
path: root/tests/unittests/log/stub_log.c
blob: 823dbb1869a720d33ec1960e2ec3078c0a557d61 (plain) (blame)
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