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.
This commit is contained in:
Brent Cook 2014-09-26 16:12:53 -05:00
parent 3f944e83ff
commit 5c23f25103

View File

@ -1,6 +1,7 @@
#!/bin/sh #!/bin/sh
set -e set -e
rm man/*.1 man/*.3
./autogen.sh ./autogen.sh
./configure ./configure
make dist make dist