From 24949d03789aab3a6a4a5ba8c2964bf4415f9832 Mon Sep 17 00:00:00 2001 From: Richard Hartmann <richih@debian.org> Date: Sat, 2 May 2015 16:45:02 +0200 Subject: [PATCH] Makefile: Don't remove vcsh.1 any more --- Makefile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Makefile b/Makefile index b15779d..984c623 100644 --- a/Makefile +++ b/Makefile @@ -21,13 +21,7 @@ install: all install -d $(DESTDIR)$(ZSHDIR) install -m 0644 _$(self) $(DESTDIR)$(ZSHDIR) -manpages: $(manpages) - -$(self).1: doc/$(self).1.ronn - $(RONN) < doc/$(self).1.ronn > $(self).1 || rm $(self).1 - clean: - rm -rf $(self).1 uninstall: rm -rf $(DESTDIR)$(PREFIX)/bin/$(self) -- GitLab