aboutsummaryrefslogtreecommitdiff
path: root/dist.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-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