aboutsummaryrefslogtreecommitdiff
path: root/update.sh
diff options
context:
space:
mode:
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.sh b/update.sh
index 69fc475..b7aef14 100755
--- a/update.sh
+++ b/update.sh
@@ -389,6 +389,6 @@ crypto_excludes=(
389 echo $BASE 389 echo $BASE
390 NAME=`basename "$BASE"` 390 NAME=`basename "$BASE"`
391 pod2man --official --release=LibreSSL --center=LibreSSL --section=3 --name=$NAME < $BASE.pod > $NAME.3 391 pod2man --official --release=LibreSSL --center=LibreSSL --section=3 --name=$NAME < $BASE.pod > $NAME.3
392 echo "man_MAN += $NAME.3" >> Makefile.am 392 echo "dist_man_MANS += $NAME.3" >> Makefile.am
393 done 393 done
394) 394)