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.
This commit is contained in:
Brent Cook 2015-09-10 07:18:08 -05:00
parent aad86fe1f9
commit b8853fd092
2 changed files with 1 additions and 2 deletions

1
.gitignore vendored
View File

@ -106,7 +106,6 @@ tls/*.h
include/pqueue.h
include/tls.h
include/openssl/*.h
include/openssl/*.he
!/apps/apps_win.c
!/apps/poll_win.c

View File

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