From: Joey Hess Date: Wed, 19 Jun 2013 00:26:25 +0000 (-0400) Subject: avoid double build X-Git-Url: https://git.madduck.net/code/myrepos.git/commitdiff_plain/8c9ae8c3697688fde086a6a7946456791ddbdff0 avoid double build --- 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: