From 5c23f2510315053a4164f2aa5e4e65b87a4f7a5f Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Fri, 26 Sep 2014 16:12:53 -0500 Subject: [PATCH] clear local manpage cache before generating a release tarball Remove the possibility of having any bad or old manpages in releases while still being able to cache for quick development tarballs. --- dist.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/dist.sh b/dist.sh index af68320..911b768 100755 --- a/dist.sh +++ b/dist.sh @@ -1,6 +1,7 @@ #!/bin/sh set -e +rm man/*.1 man/*.3 ./autogen.sh ./configure make dist