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