From 87a5c9e16ea5f0a9d1d32f11747732e900da615d Mon Sep 17 00:00:00 2001 From: Richard Hartmann <richih@debian.org> Date: Tue, 9 Jun 2015 08:06:22 +0200 Subject: [PATCH] Makefile: Remove reference to ronn Thanks to Vasyl Zuzyak for noticing. --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 984c623..dfde7a0 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,6 @@ PREFIX?=/usr DOCDIR_PREFIX=$(PREFIX)/share/doc DOCDIR=$(DOCDIR_PREFIX)/$(self) ZSHDIR=$(PREFIX)/share/zsh/vendor-completions -RONN ?= ronn self=vcsh manpages=$(self).1 -- GitLab