From 8c9ae8c3697688fde086a6a7946456791ddbdff0 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 18 Jun 2013 20:26:25 -0400 Subject: [PATCH] avoid double build --- Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index eda083b..d1e2e77 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,11 @@ -PREFIX:=/usr/local +PREFIX:=/usr -build: +build: mr.1 webcheckout.1 + +mr.1: mr pod2man -c mr mr > mr.1 + +webcheckout.1: webcheckout pod2man -c webcheckout webcheckout > webcheckout.1 test: -- 2.39.2