libreSSL/dist.sh

8 lines
75 B
Bash
Raw Normal View History

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