From: H.G. Muller Date: Fri, 15 Jan 2010 05:35:11 +0000 (+0100) Subject: Fix fairymax.6.gz target in Makefile X-Git-Tag: 4.8N~5 X-Git-Url: http://winboard.nl/cgi-bin?p=fairymax.git;a=commitdiff_plain;h=99b37b8a2660f8b473d0941804c6ae1dd3fa387f Fix fairymax.6.gz target in Makefile The old .gz had to be removed before gzipping the new one. --- diff --git a/Makefile b/Makefile index e2e8b77..93a5ed7 100644 --- a/Makefile +++ b/Makefile @@ -29,6 +29,7 @@ install: ${ALL} ${srcdir}/data/* fairymax.6.gz: fmax.6.pod pod2man fmax.6.pod > fmax.man cp fmax.man fairymax.6 + rm -f fairymax.6.gz gzip fairymax.6 clean: