diff options
author | Brent Cook <bcook@openbsd.org> | 2014-09-26 16:12:53 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2014-09-26 16:12:53 -0500 |
commit | 5c23f2510315053a4164f2aa5e4e65b87a4f7a5f (patch) | |
tree | de61891c4e6c6793d00e4a46bfabb011b4e861b5 /dist.sh | |
parent | 3f944e83ff7b74d77ac0fe19616ee15e4e781a0c (diff) | |
download | portable-5c23f2510315053a4164f2aa5e4e65b87a4f7a5f.tar.gz portable-5c23f2510315053a4164f2aa5e4e65b87a4f7a5f.tar.bz2 portable-5c23f2510315053a4164f2aa5e4e65b87a4f7a5f.zip |
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.
Diffstat (limited to 'dist.sh')
-rwxr-xr-x | dist.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | set -e | 2 | set -e |
3 | 3 | ||
4 | rm man/*.1 man/*.3 | ||
4 | ./autogen.sh | 5 | ./autogen.sh |
5 | ./configure | 6 | ./configure |
6 | make dist | 7 | make dist |