libreSSL/dist.sh
2014-10-14 20:54:42 -05:00

8 lines
75 B
Bash
Executable File

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