Skip to content
Snippets Groups Projects
Commit ccf40b91 authored by Gregor Jasny's avatar Gregor Jasny
Browse files

Make root tool configurable


On Macports one need to run ronn-1.9 instead of ronn. Therefore
make ronn tool configurable. one can now run

make RONN=ronn-1.9

to execute ronn-1.9 instead of the default ronn.

Signed-off-by: default avatarGregor Jasny <gjasny@googlemail.com>
parent 8fdcc338
No related branches found
No related tags found
No related merge requests found
PREFIX=/usr
RONN ?= ronn
self=vcsh
manpages=$(self).1
......@@ -20,7 +21,7 @@ install: all
manpages: $(manpages)
$(self).1: doc/$(self).1.ronn
ronn < doc/$(self).1.ronn > $(self).1
$(RONN) < doc/$(self).1.ronn > $(self).1 || rm $(self).1
clean:
rm -rf $(self).1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment