update manpage links list

This commit is contained in:
Brent Cook 2014-07-11 01:26:35 -05:00
parent bc2d1a3255
commit d698dcfaa1
2 changed files with 822 additions and 200 deletions

1018
man/links

File diff suppressed because it is too large Load Diff

View File

@ -396,8 +396,8 @@ crypto_excludes=(
echo "install-data-hook:" >> Makefile.am
cp ../$openssl_cmd_src/openssl.1 .
source links
for i in $MANLINKS; do
for i in $MLINKS; do
IFS=","; set $i; unset IFS
echo " \$(LN_S) \$(DESTDIR)\$(mandir)/man3/$1 \$(DESTDIR)\$(mandir)/man3/$2" >> Makefile.am
echo " \$(LN_S) -f \$(DESTDIR)\$(mandir)/man3/$1 \$(DESTDIR)\$(mandir)/man3/$2" >> Makefile.am
done
)