aboutsummaryrefslogtreecommitdiff
path: root/update.sh
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2015-08-03 07:39:21 -0500
committerBrent Cook <bcook@openbsd.org>2015-08-03 07:39:21 -0500
commit03ba7b70b9a56f52467adb8d02479eaca4a58fe5 (patch)
tree4784fb238c67ac269a222df93483b929352201bb /update.sh
parent13d910c11e1c405f858d08ffe5a0358ca898e82d (diff)
downloadportable-03ba7b70b9a56f52467adb8d02479eaca4a58fe5.tar.gz
portable-03ba7b70b9a56f52467adb8d02479eaca4a58fe5.tar.bz2
portable-03ba7b70b9a56f52467adb8d02479eaca4a58fe5.zip
rebuild manpages on opensslv.h changes
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 91e7abb..a73975c 100755
--- a/update.sh
+++ b/update.sh
@@ -307,7 +307,7 @@ echo "dist_man_MANS += tls_init.3" >> man/Makefile.am
307 BASE=`echo $i|sed -e "s/\.pod//"` 307 BASE=`echo $i|sed -e "s/\.pod//"`
308 NAME=`basename "$BASE"` 308 NAME=`basename "$BASE"`
309 # reformat file if new 309 # reformat file if new
310 if [ ! -f $NAME.3 -o $BASE.pod -nt $NAME.3 -o ../VERSION -nt $NAME.3 ]; then 310 if [ ! -f $NAME.3 -o $BASE.pod -nt $NAME.3 -o ../include/openssl/opensslv.h -nt $NAME.3 ]; then
311 echo processing $NAME 311 echo processing $NAME
312 pod2man --official --release="LibreSSL $VERSION" --center=LibreSSL \ 312 pod2man --official --release="LibreSSL $VERSION" --center=LibreSSL \
313 --section=3 $POD2MAN --name=$NAME < $BASE.pod > $NAME.3 313 --section=3 $POD2MAN --name=$NAME < $BASE.pod > $NAME.3