about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2011-09-25 00:46:57 +0200
committerhut <hut@lavabit.com>2011-09-25 00:46:57 +0200
commit8d21b83ce6f77e3e348930e3ee45935917ee2e34 (patch)
tree559c7301ca9874a91a628e062d122873129fefb6 /Makefile
parentdbb04b860eb2cae2024523dd18b45401cc81e610 (diff)
downloadranger-8d21b83ce6f77e3e348930e3ee45935917ee2e34.tar.gz
extended manpage and fixed {load,save}_copy_buffer commands
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1c0b5fda..ed100a8e 100644
--- a/Makefile
+++ b/Makefile
@@ -67,6 +67,9 @@ man:
 	pod2man --stderr --center='ranger manual' --date='$(NAME)-$(VERSION)' \
 		--release=$(shell date +%x) doc/ranger.pod doc/ranger.1
 
+manhtml:
+	pod2html doc/ranger.pod --outfile=doc/ranger.1.html
+
 cleandoc:
 	test -d $(DOCDIR) && rm -f -- $(DOCDIR)/*.html || true
 
Makefile?h=v0.4.14&id=b8561159e64e171790d8381e275cd24bcb99a58f'>^
be76daa ^
69217dd ^
96fbc6e ^
69217dd ^
96fbc6e ^



be76daa ^
69217dd ^
96fbc6e ^
69217dd ^
96fbc6e ^


69217dd ^
be76daa ^

69217dd ^
96fbc6e ^
69217dd ^
96fbc6e ^



69217dd ^
96fbc6e ^


ee0d421 ^
96fbc6e ^

69217dd ^






96fbc6e ^


69217dd ^
96fbc6e ^
be76daa ^

69217dd ^
96fbc6e ^
69217dd ^
96fbc6e ^











69217dd ^

96fbc6e ^



be76daa ^
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