diff options
author | hut <hut@lavabit.com> | 2013-02-19 07:13:07 +0100 |
---|---|---|
committer | hut <hut@lavabit.com> | 2013-02-19 07:13:07 +0100 |
commit | 4d48d33ca5529464dadbb2fc70888da4cd9d24fa (patch) | |
tree | 372fd68e91f346d8c441bcfe97db538cf2d16a8a /Makefile | |
parent | 740d1e5fd20525f2ac2c6b6af493b0c21d2e845e (diff) | |
parent | b389735d681a26114377b747fe3a8fe1d3effd51 (diff) | |
download | ranger-4d48d33ca5529464dadbb2fc70888da4cd9d24fa.tar.gz |
Merge branch 'master' into vcs
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile index a88a001f..2a4975ce 100644 --- a/Makefile +++ b/Makefile @@ -3,6 +3,8 @@ NAME = ranger VERSION = $(shell grep -m 1 -o '[0-9][0-9.]\+' README) +NAME_RIFLE = rifle +VERSION_RIFLE = $(VERSION) SNAPSHOT_NAME ?= $(NAME)-$(VERSION)-$(shell git rev-parse HEAD | cut -b 1-8).tar.gz # Find suitable python version (need python >= 2.6 or 3.1): PYTHON ?= $(shell python -c 'import sys; sys.exit(sys.version < "2.6")' && \ @@ -66,6 +68,8 @@ test: man: pod2man --stderr --center='ranger manual' --date='$(NAME)-$(VERSION)' \ --release=$(shell date +%x) doc/ranger.pod doc/ranger.1 + pod2man --stderr --center='rifle manual' --date='$(NAME_RIFLE)-$(VERSION_RIFLE)' \ + --release=$(shell date +%x) doc/rifle.pod doc/rifle.1 manhtml: pod2html doc/ranger.pod --outfile=doc/ranger.1.html |