I'm trying to build the html files for the docs from the pod files using
pod2html

The html files are getting built, but the links don't work between them and
I get lots of messages like:

C:\Perl\bin/pod2html.bat:
C:\openssl-0.9.7d\doc\ssl\SSL_CTX_set_ssl_version.pod:
 cannot resolve L<SSL_CTX_new(3)|SSL_CTX_new(3)> in paragraph 12. at
C:/Perl/lib
/Pod/Html.pm line 1562.

when I'm doing this.

So I think I must have the invocation of pod2html incorrect.  This is what I
did:

I created a bat file with the following line:

for /R %%i in (*.pod) DO @CALL
pod2html.bat --htmlroot=file://%%~dpi --infile=%%i  --outfile=%%~dpni.html

which will invoke pod2html.bat once for every pod file like this:

CALL
pod2html.bat --htmlroot=file://C:\openssl-0.9.7d\doc\apps\ --infile=C:\opens
sl-0.9.7d\doc\apps\asn1parse.pod --outfile=C:\openssl-0.9.7d\doc\apps\asn1pa
rse.
html

in the docs directory, and ran it from there.

Clearly this viewed each pod as a unique conversion, and I begin to get the
impression that this is
supposed to be invoked as a single invocation of pod2html which will process
everything in all the
subdirs of the doc dir.

Can a kind soul point me in the right direction please.

Thanks
Dave


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to