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