diff options
author | Brent Cook <bcook@openbsd.org> | 2015-08-03 07:39:21 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2015-08-03 07:39:21 -0500 |
commit | 03ba7b70b9a56f52467adb8d02479eaca4a58fe5 (patch) | |
tree | 4784fb238c67ac269a222df93483b929352201bb /update.sh | |
parent | 13d910c11e1c405f858d08ffe5a0358ca898e82d (diff) | |
download | portable-03ba7b70b9a56f52467adb8d02479eaca4a58fe5.tar.gz portable-03ba7b70b9a56f52467adb8d02479eaca4a58fe5.tar.bz2 portable-03ba7b70b9a56f52467adb8d02479eaca4a58fe5.zip |
rebuild manpages on opensslv.h changes
Diffstat (limited to 'update.sh')
-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 |