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-11 16:37:59 -0500
commitb8853fd092726a9daf6e8d503885d77a443af50e (patch)
treed675e529826d09744d734367386cbd13eb1f2718 /dist.sh
parentaad86fe1f9c9f875f9c146e7d1ad5f032ae1b3c4 (diff)
downloadportable-b8853fd092726a9daf6e8d503885d77a443af50e.tar.gz
portable-b8853fd092726a9daf6e8d503885d77a443af50e.tar.bz2
portable-b8853fd092726a9daf6e8d503885d77a443af50e.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