diff options
-rwxr-xr-x | update.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |