From 03ba7b70b9a56f52467adb8d02479eaca4a58fe5 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Mon, 3 Aug 2015 07:39:21 -0500 Subject: [PATCH] rebuild manpages on opensslv.h changes --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 BASE=`echo $i|sed -e "s/\.pod//"` NAME=`basename "$BASE"` # reformat file if new - if [ ! -f $NAME.3 -o $BASE.pod -nt $NAME.3 -o ../VERSION -nt $NAME.3 ]; then + if [ ! -f $NAME.3 -o $BASE.pod -nt $NAME.3 -o ../include/openssl/opensslv.h -nt $NAME.3 ]; then echo processing $NAME pod2man --official --release="LibreSSL $VERSION" --center=LibreSSL \ --section=3 $POD2MAN --name=$NAME < $BASE.pod > $NAME.3