aboutsummaryrefslogtreecommitdiff
path: root/dist.sh
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2015-09-10 07:18:08 -0500
committerBrent Cook <bcook@openbsd.org>2015-09-10 11:50:03 -0500
commitb6aded059f68306181216d1a5abc03a47d5eb1c5 (patch)
tree50c4c46cabd2c65cf0bab98257e0b4345c807e6e /dist.sh
parent1c2a3f25e2be28d0e08041257a66b5e50be2f49f (diff)
downloadportable-b6aded059f68306181216d1a5abc03a47d5eb1c5.tar.gz
portable-b6aded059f68306181216d1a5abc03a47d5eb1c5.tar.bz2
portable-b6aded059f68306181216d1a5abc03a47d5eb1c5.zip
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.
Diffstat (limited to 'dist.sh')
-rwxr-xr-xdist.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist.sh b/dist.sh
index ff740b7..7d2af51 100755
--- a/dist.sh
+++ b/dist.sh
@@ -1,7 +1,7 @@
1#!/bin/sh 1#!/bin/sh
2set -e 2set -e
3 3
4rm -f man/*.1 man/*.3 4rm -f man/*.1 man/*.3 include/openssl/*.h
5./autogen.sh 5./autogen.sh
6./configure 6./configure
7make distcheck 7make distcheck