about summary refs log tree commit diff stats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Split PHONY man target into seperate real targetstoonn2019-10-191-5/+13
* Switch manpage date from locale dependent to ISO UTCtoonn2019-09-011-2/+2
* Tabs are spaces tootoonn2019-06-181-1/+1
* Remove comment in shellcheck ruletoonn2019-06-181-1/+0
* Replace targets with test_pytoonn2019-06-181-2/+2
* Document ## convention and $$ sed rangetoonn2019-06-181-0/+1
* Add test_py targettoonn2019-06-181-0/+5
* Document shellcheck in Makefile help and HACKING.mdtoonn2019-06-181-15/+16
* Add shellcheck to teststoonn2019-06-181-1/+5
* doctests are no longer silently failing (when failing)Wojciech Siewierski2019-01-271-1/+2
* Set the default PREFIX in MakefileWojciech Siewierski2018-12-291-0/+1
* Support the PREFIX flag in "make install"Wojciech Siewierski2018-12-291-1/+2
* Remove strip because whitespace could be a valid nametoonn2018-08-191-1/+1
* Check PYTHON is properly definedtoonn2018-08-191-4/+10
* Update PYTHON variablehektr2018-07-181-2/+3
* Makefile: run tests/manpage_completion_test.py on `make test`hut2018-06-121-2/+7
* Replace -not operator with POSIX compliant !Klemens Nanni2018-02-051-3/+3
* Fix missing `@` characterZabielski, Kamil2017-12-011-1/+1
* Makefile: Add help for different testsnfnty2017-02-101-13/+19
* Beta release 1.9.0b1 v1.9.0b1nfnty2017-02-101-1/+1
* linting: Rename config filesnfnty2017-02-091-1/+1
* linting: pylint: Remove most `disabled=protected-access`nfnty2017-01-301-1/+1
* Makefile: `TEST_PATH_*`: Be explicitnfnty2017-01-291-5/+11
* Makefile: Split testsnfnty2017-01-241-7/+11
* linting: Fix `make test`nfnty2017-01-171-2/+6
* linting: pylint and flake8nfnty2017-01-171-0/+8
* Enable Travis-CIWojciech Siewierski2016-06-221-1/+1
* Makefile: Don't fail build when py.test is not installedhut2016-02-281-1/+8
* tests: add a dummy pytest test and add it to the make test stepLaurent Charignon2016-01-311-0/+1
* Neater copyright headerhut2015-03-191-2/+2
* Makefile: quote a variablehut2015-02-071-1/+1
* update email addresshut2014-12-111-1/+1
* fix references to README.mdhut2014-08-221-1/+1
* Makefile: allow selecting files for "make test" by setting $FILTERhut2014-02-031-1/+2
* Changed email address in source codehut2013-08-081-1/+1
* Revert "Added bumblebee-like "make uninstall""hut2013-04-021-7/+0
* Added bumblebee-like "make uninstall"hut2013-04-011-0/+7
* Makefile: Fix regex of 'make clean'hut2013-03-011-1/+1
* updated rest of the copyright noticeshut2013-02-221-1/+1
* update email address (romanz@lavabit.com -> hut@lavabit.com)hut2013-02-221-1/+1
* doc/rifle.1: Added man page for riflehut2013-02-181-0/+4
* Makefile: Add python3.3 to the list of python versionshut2013-01-281-2/+2
* Makefile: "make dist" instead of "make snapshot"hut2013-01-281-1/+3
* Makefile: use python2.7 toohut2012-10-181-1/+1
* test rifle when running "make test"hut2012-04-131-1/+1
* shorten all copyright messages for better readabilityhut2012-03-141-13/+1
* Makefile: Added info about DESTDIR in "make options"hut2011-10-291-0/+1
* Makefile: Fixed "PHONY" stuffhut2011-10-291-1/+1
* Updated copyright headershut2011-10-101-1/+1
* Makefile: Fixed doctests for python3.2hut2011-10-081-1/+1
a title='Blame the previous revision' href='/akspecs/ranger/blame/setup.py?id=51e86c62d0e3e7caf5d839219796ae2043646515'>^
397106b6 ^



3b96a37f ^
6bc13af0 ^







4cefa8cc ^
6bc13af0 ^



1a6d1846 ^



3cd8a402 ^
76791a70 ^

6bc13af0 ^

76791a70 ^


6bc13af0 ^







fe5f90d3 ^
6bc13af0 ^



144de554 ^



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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147