summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorhut <hut@lepus.uberspace.de>2014-08-22 21:18:04 +0200
committerhut <hut@lepus.uberspace.de>2014-08-22 21:18:04 +0200
commit4feb2e15c8b8f55518c78940f6ec4578ace02e31 (patch)
tree9be528bb6bd86c80fa7b86841ea9dc84dbc50712
parent577bfa90c6fb5faab5ae75ba3f343ffd447d3784 (diff)
downloadranger-4feb2e15c8b8f55518c78940f6ec4578ace02e31.tar.gz
fix references to README.md
-rw-r--r--Makefile2
-rw-r--r--doc/ranger.14
-rw-r--r--doc/rifle.14
-rw-r--r--ranger/config/rc.conf2
-rwxr-xr-xsetup.py2
5 files changed, 7 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index 0a79142e..5ea3d21e 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
 # This software is distributed under the terms of the GNU GPL version 3.
 
 NAME = ranger
-VERSION = $(shell grep -m 1 -o '[0-9][0-9.]\+' README)
+VERSION = $(shell grep -m 1 -o '[0-9][0-9.]\+' README.md)
 NAME_RIFLE = rifle
 VERSION_RIFLE = $(VERSION)
 SNAPSHOT_NAME ?= $(NAME)-$(VERSION)-$(shell git rev-parse HEAD | cut -b 1-8).tar.gz
diff --git a/doc/ranger.1 b/doc/ranger.1
index cd993202..c62f4563 100644
--- a/doc/ranger.1
+++ b/doc/ranger.1
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pod::Man 2.27 (Pod::Simple 3.28)
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -133,7 +133,7 @@
 .\" ========================================================================
 .\"
 .IX Title "RANGER 1"
-.TH RANGER 1 "ranger-1.6.1" "04/28/2014" "ranger manual"
+.TH RANGER 1 "ranger-1.6.1" "08/22/2014" "ranger manual"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
diff --git a/doc/rifle.1 b/doc/rifle.1
index df63d118..9f97c970 100644
--- a/doc/rifle.1
+++ b/doc/rifle.1
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pod::Man 2.27 (Pod::Simple 3.28)
+.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -133,7 +133,7 @@
 .\" ========================================================================
 .\"
 .IX Title "RIFLE 1"
-.TH RIFLE 1 "rifle-1.6.1" "04/11/2014" "rifle manual"
+.TH RIFLE 1 "rifle-1.6.1" "08/22/2014" "rifle manual"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
diff --git a/ranger/config/rc.conf b/ranger/config/rc.conf
index 3fd3f6f7..5b274657 100644
--- a/ranger/config/rc.conf
+++ b/ranger/config/rc.conf
@@ -35,7 +35,7 @@ set confirm_on_delete multiple
 
 # Which script is used to generate file previews?
 # ranger ships with scope.sh, a script that calls external programs (see
-# README for dependencies) to preview images, archives, etc.
+# README.md for dependencies) to preview images, archives, etc.
 set preview_script ~/.config/ranger/scope.sh
 
 # Use the external preview script or display simple plain text or image previews?
diff --git a/setup.py b/setup.py
index 84325cd9..7bb67837 100755
--- a/setup.py
+++ b/setup.py
@@ -26,7 +26,7 @@ if __name__ == '__main__':
                 ['doc/ranger.1',
                  'doc/rifle.1']),
             ('share/doc/ranger',
-                ['README',
+                ['README.md',
                  'CHANGELOG',
                  'doc/HACKING',
                  'doc/colorschemes.txt']),
-0700 1315 - chessboard now working interactively' href='/akkartik/mu/commit/074keyboard.mu?h=main&id=f8c0ef3e201883566a788eb03c627f94680ba2c3'>f8c0ef3e ^
cf9af278 ^

3f367cb9 ^
f8c0ef3e ^





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