X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/43f82e0bc90d8c7b5456ba29c8a8d0f4e1004361..0083a3e21e81a132a150c1626b4b58d53f73a3c8:/Makefile diff --git a/Makefile b/Makefile index d62b5cf..429ecd6 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,7 @@ PREFIX=/usr DOCDIR=$(PREFIX)/share/doc/$(self) ZSHDIR=$(PREFIX)/share/zsh/vendor-completions +RONN ?= ronn self=vcsh manpages=$(self).1 @@ -22,7 +23,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