libreSSL/dist.sh
Brent Cook b6aded059f ensure headers are sanitized before release
When a public header is removed, we need to ensure it gets removed
in the release distribution as well. Also, remove nonexistent *.he
exclude.
2015-09-10 11:50:03 -05:00

8 lines
100 B
Bash
Executable File

#!/bin/sh
set -e
rm -f man/*.1 man/*.3 include/openssl/*.h
./autogen.sh
./configure
make distcheck