Brent Cook 5c23f25103 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.
2014-09-26 16:12:53 -05:00

8 lines
72 B
Bash
Executable File

#!/bin/sh
set -e
rm man/*.1 man/*.3
./autogen.sh
./configure
make dist